summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot/syslinux/syslinux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/syslinux/syslinux.mk b/boot/syslinux/syslinux.mk
index a1eb394018..ee71a0a216 100644
--- a/boot/syslinux/syslinux.mk
+++ b/boot/syslinux/syslinux.mk
@@ -22,9 +22,9 @@ define SYSLINUX_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) CC="$(HOSTCC) -idirafter $(HOST_DIR)/usr/include $(HOST_LDFLAGS)" AR="$(HOSTAR)" -C $(@D)
endef
+# While the actual bootloader is compiled for the target, several
+# utilities for installing the bootloader are meant for the host.
define SYSLINUX_INSTALL_TARGET_CMDS
- # While the actual bootloader is compiled for the target, several
- # utilities for installing the bootloader are meant for the host.
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) INSTALLROOT=$(HOST_DIR) install
endef
OpenPOWER on IntegriCloud