mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/external] Add simulator support (#238)
This commit is contained in:
11
Makefile
11
Makefile
@@ -31,14 +31,11 @@ ifeq ($(filter reader,$(apps_list)),)
|
||||
HAS_READER := 1
|
||||
endif
|
||||
|
||||
ifeq (${MODEL}, n0110)
|
||||
apps_list = ${EPSILON_APPS}
|
||||
else
|
||||
ifeq (${MODEL},bootloader)
|
||||
apps_list = ${EPSILON_APPS}
|
||||
else
|
||||
# Remove the external apps for the n0100
|
||||
ifeq (${MODEL}, n0100)
|
||||
apps_list = $(foreach i, ${EPSILON_APPS}, $(if $(filter external, $(i)),,$(i)))
|
||||
endif
|
||||
else
|
||||
apps_list = ${EPSILON_APPS}
|
||||
endif
|
||||
|
||||
ifdef FORCE_EXTERNAL
|
||||
|
||||
Reference in New Issue
Block a user