Files
Upsilon/ion/Makefile
Romain Goyet bfab275a88 [ion] Get rid of log
Change-Id: Icf37d4cedb1cc3ffbc9e020cdb7b4a89d543aa23
2017-03-17 16:00:47 +01:00

11 lines
181 B
Makefile

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