summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-19 18:04:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-19 18:04:04 +0100
commit0102d12701a8634300c4b174e5bbeb898218ba18 (patch)
treeb3c0e8e70ea4760966f5e14ba7b7def0938fc65d /mk/build.mk
parentd6351c4a4cbc08c4e919ea55750a0efe02f2b743 (diff)
fix defconfig for rescue and qemu
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 9f35a3827..145856d6d 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -249,10 +249,10 @@ endif
echo $$symbol >> $(TOPDIR)/.defconfig; \
done; \
fi
-ifneq (,$(filter %_qemu,${TARGET}))
+ifneq (,$(filter qemu%,${TARGET}))
@echo ADK_LINUX_QEMU=y >> $(TOPDIR)/.defconfig
endif
-ifneq (,$(filter %_rescue,${TARGET}))
+ifneq (,$(filter rescue%,${TARGET}))
@echo ADK_LINUX_RESCUE=y >> $(TOPDIR)/.defconfig
endif
ifneq (,$(filter rb%,${TARGET}))