Browse Source

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>
Thomas Petazzoni 15 years ago
parent
commit
0d42aba542
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/linux-fusion/linux-fusion.mk

+ 1 - 1
package/linux-fusion/linux-fusion.mk

@@ -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