diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 21:57:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 21:57:14 +0000 |
commit | 4cc40687a35b3fae6bc981b9630383abc4710dad (patch) | |
tree | 4087a0e4c0a53d14f31837265560fe4ae3af2a37 /openwrt/target/linux/package/switch/src/Makefile | |
parent | b6ef8792f8af466fb45ca63e6fbf96855ac558c6 (diff) |
fix kernel version detection in switch driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2782 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/switch/src/Makefile')
-rw-r--r-- | openwrt/target/linux/package/switch/src/Makefile | 3 |
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 e4b2b7f38..4c5f911ea 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 |