projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix missing sbh symbol on 2.4
[openwrt.git]
/
target
/
linux
/
package
/
switch
/
Makefile
diff --git
a/target/linux/package/switch/Makefile
b/target/linux/package/switch/Makefile
index
0d597b1
..
75b3595
100644
(file)
--- a/
target/linux/package/switch/Makefile
+++ b/
target/linux/package/switch/Makefile
@@
-25,14
+25,13
@@
$(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built:
touch $@
$(PKG_BUILD_DIR)/.built:
- $(MAKE) -C $(PKG_BUILD_DIR) \
- PATH="$(TARGET_PATH)" \
- ARCH="$(LINUX_KARCH)" \
+ $(MAKE) -C "$(KERNEL_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
- KERNEL_VERSION="$(KERNEL_VERSION)" \
- KERNEL_DIR="$(KERNEL_DIR)" \
+ ARCH="$(LINUX_KARCH)" \
+ PATH="$(TARGET_PATH)" \
+ SUBDIRS="$(PKG_BUILD_DIR)" \
EXTRA_CFLAGS="-DBCMGPIO2" \
EXTRA_CFLAGS="-DBCMGPIO2" \
- all
+ modules
touch $@
$(IPKG_KMOD_SWITCH):
touch $@
$(IPKG_KMOD_SWITCH):
This page took
0.019911 seconds
and
4
git commands to generate.