moved a constantly changed dependency

This commit is contained in:
skarg
2005-05-04 13:32:41 +00:00
parent 156b2f143d
commit 3f000f2d20
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ BASEDIR = .
#CFLAGS = -Wall -I. -O2 -g
# Note: you can strip out symbols using the strip command
# to get an idea of how big the compile really is.
CFLAGS = -Wall -I. -g
CFLAGS = -Wall -I. -g -DBACDL_ETHERNET=1
SRCS = ports/linux/main.c \
ports/linux/ethernet.c \