aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-03-11 23:03:12 +0100
committerFelix Fietkau <nbd@nbd.name>2017-03-12 15:06:52 +0100
commitf5d403488ed62bb7f0e0017b02890b4d72240a55 (patch)
tree0eaeff7c9c08a96bf18d8f639914610cd02c5243 /target/linux/x86/image
parent9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2 (diff)
downloadupstream-f5d403488ed62bb7f0e0017b02890b4d72240a55.tar.gz
upstream-f5d403488ed62bb7f0e0017b02890b4d72240a55.tar.bz2
upstream-f5d403488ed62bb7f0e0017b02890b4d72240a55.zip
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 <rafal@milecki.pl>
Diffstat (limited to 'target/linux/x86/image')
-rw-r--r--target/linux/x86/image/Makefile1
1 files changed, 0 insertions, 1 deletions
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