X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/806b93c02793e405da9e25fca0813b2775433bd2..1e0479ad19b7ff1ac1fa7a835d8f85f7157e786a:/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