projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add gpio support to atheros, fixes #1861, thanks Othello
[openwrt.git]
/
package
/
ixp4xx-microcode
/
Makefile
diff --git
a/package/ixp4xx-microcode/Makefile
b/package/ixp4xx-microcode/Makefile
index
3054f7c
..
f75b0aa
100644
(file)
--- a/
package/ixp4xx-microcode/Makefile
+++ b/
package/ixp4xx-microcode/Makefile
@@
-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
This page took
0.021908 seconds
and
4
git commands to generate.