mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[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:
@@ -1,3 +1,2 @@
|
||||
SFLAGS += -Iion/include -DKD_CONFIG_H=1
|
||||
include ion/src/shared/Makefile
|
||||
include ion/src/$(PLATFORM)/Makefile
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
include ion/src/shared/Makefile
|
||||
include ion/src/device/boot/Makefile
|
||||
objs += $(addprefix ion/src/device/, \
|
||||
battery.o\
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
include ion/src/shared/Makefile
|
||||
|
||||
objs += $(addprefix ion/src/simulator/, \
|
||||
battery.o\
|
||||
init.o\
|
||||
|
||||
Reference in New Issue
Block a user