mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 23:33:32 +08:00
linux-fusion: use install target instead of headers_install
The headers_install target no longer exists in the Makefile, the installation of headers is done by the install target. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
This commit is contained in:
parent
a67a62c296
commit
0d42aba542
@ -37,7 +37,7 @@ define LINUX_FUSION_INSTALL_STAGING_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) \
|
||||
$(LINUX_FUSION_MAKE_OPTS) \
|
||||
INSTALL_MOD_PATH=$(STAGING_DIR) \
|
||||
-C $(@D) headers_install
|
||||
-C $(@D) install
|
||||
endef
|
||||
|
||||
define LINUX_FUSION_INSTALL_TARGET_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user