X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=package%2Fkernel%2Fswitch%2Fsrc%2FMakefile;fp=package%2Fkernel%2Fswitch%2Fsrc%2FMakefile;h=b6934cc66bf37381a0e973812535b34cf9a816bc;hp=0000000000000000000000000000000000000000;hb=4ebf19b48fafc8d94e14e4ba779969613b241a6a;hpb=44b1688e6c7b4f16f7165fbd560e1183aef69090 diff --git a/package/kernel/switch/src/Makefile b/package/kernel/switch/src/Makefile new file mode 100644 index 0000000000..b6934cc66b --- /dev/null +++ b/package/kernel/switch/src/Makefile @@ -0,0 +1,18 @@ +# +# Makefile for switch driver +# +# Copyright (C) 2005 Felix Fietkau +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version +# 2 of the License, or (at your option) any later version. +# + +obj-m := switch-core.o switch-adm.o switch-robo.o + +ifeq ($(MAKING_MODULES),1) +export-objs := switch-core.o + +-include $(TOPDIR)/Rules.make +endif