Commit ac7f60d8 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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 8e0d4118 ('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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 8e0d4118
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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))