Ensure header changes trigger rebuilds

This commit is contained in:
XANTRONIX Development 2020-05-26 19:02:38 -04:00 committed by XANTRONIX Industrial
parent 968c0bfd8c
commit 67afb68917

View file

@ -15,6 +15,8 @@ OBJS = buffer.o kiss.o ax25.o if.o address.o frame.o \
EXAMPLES = iflist decode ptmx
HEADERS_BUILD = $(addprefix $(INCLUDE_PATH)/$(HEADER_SUBDIR)/, $(HEADERS))
AR = $(CROSS)ar
RANLIB = $(CROSS)ranlib