projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946ddac
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10583
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ixp4xx-microcode/Makefile
patch
|
blob
|
history
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