mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-25 18:17:56 +02:00
x86: use $(strip) for the at_keyboard check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34127 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
81d8280c93
commit
9f30d0c6bb
@ -18,7 +18,7 @@ GRUB_CONSOLE_CMDLINE =
|
|||||||
|
|
||||||
USE_ATKBD = generic kvm_guest
|
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 += at_keyboard
|
||||||
GRUB2_MODULES_ISO += at_keyboard
|
GRUB2_MODULES_ISO += at_keyboard
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user