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:
Thomas Petazzoni 2010-07-16 12:40:53 +02:00
parent a67a62c296
commit 0d42aba542

View File

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