Files
Upsilon/ion/Makefile
Romain Goyet abf8fcd259 [ion] Use a C API for logging
Change-Id: I0aaa139b3434b62618f5e8d6ac88fe164bca4c2b
2017-02-20 13:33:14 +01:00

12 lines
198 B
Makefile

SFLAGS += -Iion/include -DKD_CONFIG_H=1
include ion/src/$(PLATFORM)/Makefile
objs += $(addprefix ion/src/shared/, \
events.o \
log_uint32.o \
)
tests += $(addprefix ion/test/,\
crc32.cpp\
)