From 5c105d9f3fd086aff195d3849dcf847d6b0bd927 Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 5 Oct 2012 10:12:53 +0000 Subject: branch Attitude Adjustment git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33625 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/switch/src/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/switch/src/Makefile (limited to 'package/switch/src/Makefile') diff --git a/package/switch/src/Makefile b/package/switch/src/Makefile new file mode 100644 index 000000000..b6934cc66 --- /dev/null +++ b/package/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 -- cgit v1.2.3