From 959efdc995138da900f93a4588e6d7ff3836f677 Mon Sep 17 00:00:00 2001 From: "Yaya.Cout" Date: Fri, 17 Sep 2021 19:28:53 +0200 Subject: [PATCH] [reader] Disabled reader app on N100 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f83a5922f..4f54b9284 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ include build/toolchain.$(TOOLCHAIN).mak include build/variants.mak include build/helpers.mk +ifeq (${MODEL}, n0100) + EPSILON_APPS := $(filter-out reader,$(EPSILON_APPS)) +endif + ifeq (${MODEL}, n0110) apps_list = ${EPSILON_APPS} else