Remove External app for unsupported devices (web/n0100) and adds a basic examination checking system

This commit is contained in:
citorva
2020-01-19 23:45:35 +01:00
parent a9e0c5f6b6
commit c94affa7cd
25 changed files with 72 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
include build/config.mak
ifeq (${DEVICE}, n0110)
apps_list = ${EPSILON_APPS}
else
apps_list = $(foreach i, ${EPSILON_APPS}, $(if $(filter external, $(i)),,$(i)))
endif
# Disable default Make rules
.SUFFIXES: