Modified for testing under Linux

This commit is contained in:
skarg
2005-03-16 19:09:53 +00:00
parent 216ff3db4f
commit c75efba18e
+10 -2
View File
@@ -4,9 +4,17 @@ BASEDIR = .
#CFLAGS = -Wall -I.
# -g for debugging with gdb
#CFLAGS = -Wall -I. -g
CFLAGS = -Wall -I. -Itest -g
CFLAGS = -Wall -I. -g
OBJS = main.o mstp.o crc.o ringbuf.o ports/linux/rs485.o
SRCS = ports/linux/main.c \
ports/linux/ethernet.c \
bacdcode.c \
bigend.c \
whois.c \
iam.c \
npdu.c
OBJS = ${SRCS:.c=.o}
TARGET = bacnet