This works out better
This commit is contained in:
parent
8ea112451a
commit
e5ee036423
2 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ CC = $(CROSS)cc
|
|||
CFLAGS = $(CGFLAGS) -fPIC -Wall -O2 -I$(INCLUDE_PATH)
|
||||
LDFLAGS =
|
||||
|
||||
HEADERS = kiss.h ax25.h ax25/macros.h
|
||||
OBJS = kiss.o ax25.o test.o
|
||||
HEADERS = kiss.h ax25.h ax25/macros.h ax25/proto.h ax25/frame.h
|
||||
OBJS = kiss.o frame.o test.o
|
||||
|
||||
PROGRAM = test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue