X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Ftarget%2Flinux%2Fpackage%2Fswitch%2Fsrc%2FMakefile;h=4c5f911ea28fd29a5886be4806656993cb6df15e;hp=e4b2b7f38bdbbd0bd2fb77cd1ea062209f7654cb;hb=1069efa65ce627838735e6a0c385f9c23097e434;hpb=cdfe6b4304cdf5717caf52d4cb81d1e2356a1f2c diff --git a/openwrt/target/linux/package/switch/src/Makefile b/openwrt/target/linux/package/switch/src/Makefile index e4b2b7f38b..4c5f911ea2 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