summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-13 19:04:33 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-13 19:04:33 +0000
commitdbf8d9c516cc7c2826cc7b77cf3bed6edcc4f308 (patch)
treeaf7547cab6a660a509490bb526a10f0805cbcd7d /rules.mk
parent135cfe50c90da2c191bd769afd9043a6480f084d (diff)
downloadmtk-20170518-dbf8d9c516cc7c2826cc7b77cf3bed6edcc4f308.zip
mtk-20170518-dbf8d9c516cc7c2826cc7b77cf3bed6edcc4f308.tar.gz
mtk-20170518-dbf8d9c516cc7c2826cc7b77cf3bed6edcc4f308.tar.bz2
- implement hooks for hostbuilds - use host build hooks to implement fixups for host build - move separator declaration to rules.mk
SVN-Revision: 24551
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index d352164..09b4f54 100644
--- a/rules.mk
+++ b/rules.mk
@@ -28,6 +28,10 @@ merge=$(subst $(space),,$(1))
confvar=$(call merge,$(foreach v,$(1),$(if $($(v)),y,n)))
strip_last=$(patsubst %.$(lastword $(subst .,$(space),$(1))),%,$(1))
+define sep
+
+endef
+
_SINGLE=export MAKEFLAGS=$(space);
CFLAGS:=
ARCH:=$(subst i486,i386,$(subst i586,i386,$(subst i686,i386,$(call qstrip,$(CONFIG_ARCH)))))