summaryrefslogtreecommitdiffstats
path: root/target/linux/package/switch/src/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 16:01:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 16:01:46 +0000
commit69ae98b46ec77c81215a3c334fd0f85df4888a4c (patch)
tree460661226ea23e959d2cfbac10dff5c1b12b2fd7 /target/linux/package/switch/src/Makefile
parent50f793994e7020271ffd7b27aced6479be9769eb (diff)
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
Diffstat (limited to 'target/linux/package/switch/src/Makefile')
-rw-r--r--target/linux/package/switch/src/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/package/switch/src/Makefile b/target/linux/package/switch/src/Makefile
deleted file mode 100644
index 4c5f911ea..000000000
--- a/target/linux/package/switch/src/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $Id$
-#
-# Makefile for switch driver
-#
-# Copyright (C) 2005 Felix Fietkau <nbd@openwrt.org>
-#
-# 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