From 8940f0e2480a195a8f31831cbb1ddbcddb2ef8cd Mon Sep 17 00:00:00 2001 From: Venceslas Date: Sat, 25 Jan 2020 16:13:37 +0100 Subject: [PATCH] Update Makefile --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e3e42766f..bf29b1924 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,11 @@ include build/config.mak ifeq (${DEVICE}, n0110) apps_list = ${EPSILON_APPS} else - ifdef FORCE_EXTERNAL - apps_list = ${EPSILON_APPS} - else - apps_list = $(foreach i, ${EPSILON_APPS}, $(if $(filter external, $(i)),,$(i))) - endif + apps_list = $(foreach i, ${EPSILON_APPS}, $(if $(filter external, $(i)),,$(i))) +endif + +ifdef FORCE_EXTERNAL + apps_list = ${EPSILON_APPS} endif # Disable default Make rules