mirror of https://github.com/hak5/openwrt-owl.git
parent
7a0c247cb6
commit
0308392977
|
@ -41,7 +41,7 @@ endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
(cd $(PKG_BUILD_DIR); \
|
(cd $(PKG_BUILD_DIR); \
|
||||||
$(HOSTCC) -Wall IxNpeMicrocode.c -o IxNpeMicrocode; \
|
$(HOSTCC) -Wall -I$(STAGING_DIR_HOST)/include IxNpeMicrocode.c -o IxNpeMicrocode; \
|
||||||
./IxNpeMicrocode -be \
|
./IxNpeMicrocode -be \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue