Yay?
This commit is contained in:
parent
64e5f54792
commit
754f6a039f
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue