diff options
Diffstat (limited to 'target/x86/grub2')
-rw-r--r-- | target/x86/grub2/grub2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/grub2/grub2.mk b/target/x86/grub2/grub2.mk index fcbbc2cc6..95db8ec42 100644 --- a/target/x86/grub2/grub2.mk +++ b/target/x86/grub2/grub2.mk @@ -129,6 +129,6 @@ endif # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_TARGET_GRUB2)),y) +ifeq ($(BR2_TARGET_GRUB2),y) TARGETS+=grub2 endif |