Files
Upsilon/ion/Makefile
Romain Goyet 9b6b341c62 [ion] Clean the shared folder
Change-Id: I165135ec1600795266a331ee740e608be16c7933
2017-02-16 10:59:43 +01:00

13 lines
216 B
Makefile

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