mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[reader] Disabled reader app on N100
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,6 +12,10 @@ include build/toolchain.$(TOOLCHAIN).mak
|
|||||||
include build/variants.mak
|
include build/variants.mak
|
||||||
include build/helpers.mk
|
include build/helpers.mk
|
||||||
|
|
||||||
|
ifeq (${MODEL}, n0100)
|
||||||
|
EPSILON_APPS := $(filter-out reader,$(EPSILON_APPS))
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq (${MODEL}, n0110)
|
ifeq (${MODEL}, n0110)
|
||||||
apps_list = ${EPSILON_APPS}
|
apps_list = ${EPSILON_APPS}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user