Browse Source

fix defconfig for rescue and qemu

Waldemar Brodkorb 15 years ago
parent
commit
0102d12701
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mk/build.mk

+ 2 - 2
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}))