summaryrefslogtreecommitdiff
path: root/boot/syslinux
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-20 11:55:15 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-20 11:55:15 +0200
commitac7f60d87266c30753cb45b820dc48ec834941c6 (patch)
tree74d1bd485971632c086d1937c997c57d17c8c1de /boot/syslinux
parent8e0d4118982ae5a29e462f0a476d82772459cf5c (diff)
syslinux: remove host variant
The host variant of syslinux wasn't exposed anywhere, so the only way to use it was to know that a "host-syslinux" target existed. Moreover, thanks to commit 8e0d4118982ae5a29e462f0a476d82772459cf5c ('syslinux: install helper programs to the host'), the host utilities of syslinux are automatically installed to $(HOST_DIR) when building the target syslinux. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/syslinux')
-rw-r--r--boot/syslinux/syslinux.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/boot/syslinux/syslinux.mk b/boot/syslinux/syslinux.mk
index 7b3f9cf36..0faa81f6e 100644
--- a/boot/syslinux/syslinux.mk
+++ b/boot/syslinux/syslinux.mk
@@ -37,14 +37,4 @@ define SYSLINUX_INSTALL_IMAGES_CMDS
done
endef
-
-define HOST_SYSLINUX_BUILD_CMDS
- $(HOST_MAKE_ENV) $(MAKE) -C $(@D)
-endef
-
-define HOST_SYSLINUX_INSTALL_CMDS
- $(HOST_MAKE_ENV) $(MAKE) -C $(@D) INSTALLROOT=$(HOST_DIR) install
-endef
-
$(eval $(generic-package))
-$(eval $(host-generic-package))