projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix image builder lists for brcm-2.4
[openwrt.git]
/
target
/
linux
/
package
/
switch
/
src
/
Makefile
diff --git
a/target/linux/package/switch/src/Makefile
b/target/linux/package/switch/src/Makefile
index
e4b2b7f
..
4c5f911
100644
(file)
--- a/
target/linux/package/switch/src/Makefile
+++ b/
target/linux/package/switch/src/Makefile
@@
-11,8
+11,9
@@
#
obj-m := switch-core.o switch-adm.o switch-robo.o
-export-objs := switch-core.o
ifeq ($(MAKING_MODULES),1)
+export-objs := switch-core.o
+
-include $(TOPDIR)/Rules.make
endif
This page took
0.024456 seconds
and
4
git commands to generate.