aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-03-11 23:03:12 +0100
committerJo-Philipp Wich <jo@mein.io>2017-12-13 14:41:35 +0100
commit14114935691d185f50cfde882deab99ac1374001 (patch)
treec48e6439ad1518914833b90b02ab93216b313b79 /target
parent58e0c0feec699e839925abcadb83c95f9594d477 (diff)
downloadupstream-14114935691d185f50cfde882deab99ac1374001.tar.gz
upstream-14114935691d185f50cfde882deab99ac1374001.tar.bz2
upstream-14114935691d185f50cfde882deab99ac1374001.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> (cherry picked from commit f5d403488ed62bb7f0e0017b02890b4d72240a55)
Diffstat (limited to 'target')
-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