diff --git a/apps/router/Makefile b/apps/router/Makefile index 97173d58..8d4428b8 100644 --- a/apps/router/Makefile +++ b/apps/router/Makefile @@ -47,7 +47,7 @@ SRCS = main.c \ msgqueue.c \ network_layer.c -CFLAGS = -I${SOURCE_DIR} -I${BACNET_PORT_DIR} +CFLAGS += -I${SOURCE_DIR} -I${BACNET_PORT_DIR} OBJS = ${SRCS:.c=.o}