diff options
author | U-windows7\wbx <wbx@windows7.(none)> | 2009-12-19 20:39:23 +0100 |
---|---|---|
committer | U-windows7\wbx <wbx@windows7.(none)> | 2009-12-19 20:39:23 +0100 |
commit | 99f2eaf540fc2a613b97560cc6e9a9de0937ac23 (patch) | |
tree | 92a25e6a0f8cad4c511589eae0648696a176c82c /mk | |
parent | c58c1d4555c199939496713f231e45598b4d8ba7 (diff) | |
parent | 1fda4ed40fe7fbab5db517a79ff8b13b33ca9355 (diff) |
Merge branch 'master' of git://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build.mk b/mk/build.mk index b1a2c814f..f3c0aec23 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -252,10 +252,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})) |