Files
Upsilon/ion/Makefile
Romain Goyet a447c8d0b8 [ion] Ion::Log::print(int)
Change-Id: I5cdb33194d32b5ac219b92cb26d77fcc978cbcb4
2017-02-16 11:00:53 +01:00

13 lines
207 B
Makefile

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