summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/switch/src/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-12-25 21:57:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-12-25 21:57:14 +0000
commitd0973506ba1d08b7e2eaa85891a5cff85abd9e50 (patch)
tree9d7851bfd2125a17a1474fda2e77ae6c2c2a3b87 /openwrt/target/linux/package/switch/src/Makefile
parent36bde488207dad7f97621b657c0ceb516b4dd669 (diff)
downloadmtk-20170518-d0973506ba1d08b7e2eaa85891a5cff85abd9e50.zip
mtk-20170518-d0973506ba1d08b7e2eaa85891a5cff85abd9e50.tar.gz
mtk-20170518-d0973506ba1d08b7e2eaa85891a5cff85abd9e50.tar.bz2
fix kernel version detection in switch driver
SVN-Revision: 2782
Diffstat (limited to 'openwrt/target/linux/package/switch/src/Makefile')
-rw-r--r--openwrt/target/linux/package/switch/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/switch/src/Makefile b/openwrt/target/linux/package/switch/src/Makefile
index e4b2b7f..4c5f911 100644
--- a/openwrt/target/linux/package/switch/src/Makefile
+++ b/openwrt/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