x86: image: drop unneeded grub call
authorRafał Miłecki <rafal@milecki.pl>
Sat, 11 Mar 2017 22:03:12 +0000 (23:03 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 12 Mar 2017 14:06:52 +0000 (15:06 +0100)
It appears there isn't any Image/Build/grub/* define so this step looks
redundant.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/x86/image/Makefile

index a2df0af3019cd38f3643ca63278e0362b7b1e996..ef5b3c03c807b51c8a717c6dfaaf7943c3777d04 100644 (file)
@@ -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