X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/806b93c02793e405da9e25fca0813b2775433bd2..14f9d231396ae074995a3675ecf07bb66ab9017c:/openwrt/target/linux/package/switch/src/Makefile 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