From a403fe9a3f2cbae6a1c8b2b1a53ae8ebd51638a0 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 9 May 2016 11:42:31 -0400 Subject: build system: Makefile.in, custom.mk: added --disable-frontend support. --- project/custom.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'project') diff --git a/project/custom.mk b/project/custom.mk index 8f9fabb..8e0bbc4 100644 --- a/project/custom.mk +++ b/project/custom.mk @@ -26,6 +26,18 @@ endif +ifeq ($(DISABLE_FRONTEND),yes) +app-tag: +package-install-app: +package-install-extras: +else +app-tag: package-app app.tag +package-install-app: install-app +package-install-extras: install-extras +endif + + + ifeq ($(ALL_STATIC),yes) package-app: static-app -- cgit v1.2.3