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)
|
CFLAGS = $(CGFLAGS) -fPIC -Wall -O2 -I$(INCLUDE_PATH)
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
HEADERS = kiss.h ax25.h ax25/macros.h
|
HEADERS = kiss.h ax25.h ax25/macros.h ax25/proto.h ax25/frame.h
|
||||||
OBJS = kiss.o ax25.o test.o
|
OBJS = kiss.o frame.o test.o
|
||||||
|
|
||||||
PROGRAM = test
|
PROGRAM = test
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue