[build] Fixed wrong model comparaison

This commit is contained in:
M4x1m3
2022-03-01 20:21:01 +01:00
parent bf8f8bcb27
commit 370eb14a04

View File

@@ -15,7 +15,7 @@ include build/helpers.mk
ifeq (${MODEL},n0110)
apps_list = ${EPSILON_APPS}
else
ifeq (${MODEL},n0110)
ifeq (${MODEL},bootloader)
apps_list = ${EPSILON_APPS}
else
apps_list = $(foreach i, ${EPSILON_APPS}, $(if $(filter external, $(i)),,$(i)))