diff options
Diffstat (limited to 'boot/grub')
-rw-r--r-- | boot/grub/grub.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk index 49384169f..2ce8eabc9 100644 --- a/boot/grub/grub.mk +++ b/boot/grub/grub.mk @@ -83,12 +83,3 @@ define GRUB_UNINSTALL_TARGET_CMDS endef $(eval $(call AUTOTARGETS,boot,grub)) - -############################################################# -# -# Toplevel Makefile options -# -############################################################# -ifeq ($(BR2_TARGET_GRUB),y) -TARGETS+=grub -endif |