This works out better

This commit is contained in:
XANTRONIX 2015-07-18 12:15:59 -05:00
parent 8ea112451a
commit e5ee036423
2 changed files with 2 additions and 2 deletions

View file

@ -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