From: Rafał Miłecki Date: Sat, 11 Mar 2017 22:03:12 +0000 (+0100) Subject: x86: image: drop unneeded grub call X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f5d403488ed62bb7f0e0017b02890b4d72240a55;p=librecmc%2Flibrecmc.git x86: image: drop unneeded grub call It appears there isn't any Image/Build/grub/* define so this step looks redundant. Signed-off-by: Rafał Miłecki --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index a2df0af301..ef5b3c03c8 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -93,7 +93,6 @@ ifneq ($(CONFIG_GRUB_IMAGES),) -d "$(KDIR)/grub2" \ -r "hd0,msdos1" \ "$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img" - $(call Image/Build/grub/$(1)) endef endif