Missed in last commit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@363 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
d7d1145863
commit
6f8dae2964
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ BOARD_DIR = configs/$(CONFIG_ARCH_BOARD)
|
||||
# (except for parts of FSDIRS). We will exclude FSDIRS
|
||||
# from the build if file descriptor support is disabled
|
||||
|
||||
NONFSDIRS = sched lib $(ARCH_SRC) mm examples/$(CONFIG_EXAMPLE)
|
||||
NONFSDIRS = sched lib $(ARCH_SRC) mm examples/$(CONFIG_EXAMPLE) $(BOARD_DIR)/src
|
||||
FSDIRS = fs drivers
|
||||
|
||||
ifeq ($(CONFIG_NET),y)
|
||||
|
@ -52,25 +52,10 @@
|
||||
#define CONFIG_DEBUG_VERBOSE 1
|
||||
|
||||
/* Only one hardware interface supported */
|
||||
|
||||
#undef CONFIG_DM9X_NINTERFACES
|
||||
#define CONFIG_DM9X_NINTERFACES 1
|
||||
|
||||
#warning "The following belong in the config file"
|
||||
#define CONFIG_DM9X_STATS 1
|
||||
|
||||
/* CS4 is used for DM9000A Ethernet. Interrupt is provided via GIO6
|
||||
* which must be configured to interrupt on the rising edge. Bus
|
||||
* width is 16-bits.
|
||||
*/
|
||||
|
||||
#define CONFIG_DM9X_BASE 0x60000300
|
||||
#define CONFIG_DM9X_IRQ 27
|
||||
#undef CONFIG_DM9X_BUSWIDTH8
|
||||
#define CONFIG_DM9X_BUSWIDTH16 1
|
||||
#undef CONFIG_DM9X_BUSWIDTH32
|
||||
#undef CONFIG_DM9X_CHECKSUM
|
||||
#undef CONFIG_DM9X_ETRANS
|
||||
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
#include <debug.h>
|
||||
|
@ -105,6 +105,6 @@ clean:
|
||||
distclean: clean
|
||||
@rm -f Make.dep .depend
|
||||
@rm -f $(STRNG_CSRCS) $(STRNG_ASRCS)
|
||||
@rm -f rm .strings make.str netutil-strings.h makestrings$(EXEEXT)
|
||||
@rm -f rm .strings Make.str netutil-strings.h makestrings$(EXEEXT)
|
||||
|
||||
-include Make.dep
|
||||
|
Loading…
Reference in New Issue
Block a user