x86: use $(strip) for the at_keyboard check
SVN-Revision: 34127
This commit is contained in:
parent
0a9e05fb0e
commit
46288bf98e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue