Merge with Omega-dev

This commit is contained in:
Laury
2022-03-23 18:25:33 +01:00
13 changed files with 35 additions and 175 deletions

View File

@@ -34,7 +34,7 @@ endif
ifeq (${MODEL}, n0110)
apps_list = ${EPSILON_APPS}
else
ifeq (${MODEL}, bootloader)
ifeq (${MODEL},bootloader)
apps_list = ${EPSILON_APPS}
else
apps_list = $(foreach i, ${EPSILON_APPS}, $(if $(filter external, $(i)),,$(i)))