This commit is contained in:
XANTRONIX Development 2015-07-19 22:40:51 -05:00
parent 64e5f54792
commit 754f6a039f

View file

@ -7,8 +7,10 @@ CC = $(CROSS)cc
CFLAGS = $(CGFLAGS) -fPIC -Wall -O2 -I$(INCLUDE_PATH)
LDFLAGS =
HEADERS = kiss.h ax25.h ax25/macros.h ax25/proto.h ax25/frame.h
OBJS = kiss.o frame.o test.o
HEADERS = kiss.h ax25.h ax25/macros.h ax25/proto.h ax25/frame.h \
hash.h dict.h
OBJS = kiss.o frame.o hash.o dict.o test.o
PROGRAM = test