projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a0c247
)
fix ixp4xx-microcode compile on osx
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 10 Mar 2008 22:45:34 +0000
(22:45 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 10 Mar 2008 22:45:34 +0000
(22:45 +0000)
SVN-Revision: 10583
package/ixp4xx-microcode/Makefile
patch
|
blob
|
history
diff --git
a/package/ixp4xx-microcode/Makefile
b/package/ixp4xx-microcode/Makefile
index 3054f7c608119a5041c679215783660dd139437e..f75b0aa395e3c97e9c609b4a26aae4d0c3f439ea 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