From 2ec7843bec8ad7173298213a8cc0a33712949c44 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 31 May 2006 16:01:46 +0000 Subject: move target/linux/package/switch to package/, fix a bug in the ipkg dependency handling git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3864 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/switch/src/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 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 0000000000..4c5f911ea2 --- /dev/null +++ b/package/switch/src/Makefile @@ -0,0 +1,19 @@ +# $Id$ +# +# 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