[kernel] Package nvidia sata driver
[openwrt.git] / package / ixp4xx-microcode / Makefile
index 3054f7c..b3fc8f7 100644 (file)
@@ -41,7 +41,7 @@ endef
 
 define Build/Compile
        (cd $(PKG_BUILD_DIR); \
-               $(HOSTCC) -Wall IxNpeMicrocode.c -o IxNpeMicrocode; \
+               $(HOSTCC) -Wall -I$(STAGING_DIR_HOST)/include IxNpeMicrocode.c -o IxNpeMicrocode; \
                ./IxNpeMicrocode -be \
        )
 endef
@@ -49,6 +49,7 @@ endef
 define Package/ixp4xx-microcode/install
        $(INSTALL_DIR) $(1)/lib/firmware
        $(INSTALL_DIR) $(1)/usr/share/doc
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-A $(1)/lib/firmware/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-B $(1)/lib/firmware/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-C $(1)/lib/firmware/
        $(INSTALL_DATA) $(PKG_BUILD_DIR)/LICENSE.IPL $(1)/usr/share/doc/
This page took 0.021368 seconds and 4 git commands to generate.