projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9e05f
)
x86: use $(strip) for the at_keyboard check
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 9 Nov 2012 10:53:36 +0000
(10:53 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 9 Nov 2012 10:53:36 +0000
(10:53 +0000)
SVN-Revision: 34127
target/linux/x86/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/x86/image/Makefile
b/target/linux/x86/image/Makefile
index a5f772251846661a6131eae93524ff7faf01cd36..e31734870f62707298ce8cb3b3ac27edb0c57fde 100644
(file)
--- a/
target/linux/x86/image/Makefile
+++ b/
target/linux/x86/image/Makefile
@@
-18,7
+18,7
@@
GRUB_CONSOLE_CMDLINE =
USE_ATKBD = generic kvm_guest
-ifneq ($(
foreach subtarget,$(USE_ATKBD),$(CONFIG_TARGET_x86_$(subtarget
))),)
+ifneq ($(
strip $(foreach subtarget,$(USE_ATKBD),$(CONFIG_TARGET_x86_$(subtarget)
))),)
GRUB2_MODULES += at_keyboard
GRUB2_MODULES_ISO += at_keyboard
endif