diff options
Diffstat (limited to 'target/x86/grub')
-rw-r--r-- | target/x86/grub/grub.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/grub/grub.mk b/target/x86/grub/grub.mk index 402333e9b..b7484cb43 100644 --- a/target/x86/grub/grub.mk +++ b/target/x86/grub/grub.mk @@ -132,6 +132,6 @@ endif # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_TARGET_GRUB)),y) +ifeq ($(BR2_TARGET_GRUB),y) TARGETS+=grub endif |