[ion] The shared routines are not always needed

Namely, the keydown to getevent routine should eventually not be shared

Change-Id: Ie3afabe9cc1cd7503dc3de06928471edd4f1f22b
This commit is contained in:
Romain Goyet
2016-11-06 12:04:59 +01:00
parent 205f149467
commit 3702af0f11
3 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,2 @@
SFLAGS += -Iion/include -DKD_CONFIG_H=1
include ion/src/shared/Makefile
include ion/src/$(PLATFORM)/Makefile

View File

@@ -1,3 +1,4 @@
include ion/src/shared/Makefile
include ion/src/device/boot/Makefile
objs += $(addprefix ion/src/device/, \
battery.o\

View File

@@ -1,3 +1,5 @@
include ion/src/shared/Makefile
objs += $(addprefix ion/src/simulator/, \
battery.o\
init.o\