From 579d54038bab2423a65701255db6919f4df51183 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Nov 2009 22:00:54 +0000 Subject: build system: introduce a new feature called build variants. it allows building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package SVN-Revision: 18357 --- include/package-defaults.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/package-defaults.mk') diff --git a/include/package-defaults.mk b/include/package-defaults.mk index 2b5cb8671c..017a86d1e8 100644 --- a/include/package-defaults.mk +++ b/include/package-defaults.mk @@ -37,6 +37,7 @@ define Package/Default KCONFIG:= BUILDONLY:= URL:= + VARIANT:= endef Build/Patch:=$(Build/Patch/Default) -- cgit v1.2.3