aboutsummaryrefslogtreecommitdiffstats
path: root/package/diag/src/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-03 21:58:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-03 21:58:08 +0000
commitc9dcbd5531225af936844b9a484dc384f688bebb (patch)
tree30c3bc760fe78060ab90e0ad66ccac7ccef22df4 /package/diag/src/Makefile
parentc7213d81d660a3e4a3bd8792984ac9542ab031c8 (diff)
downloadupstream-c9dcbd5531225af936844b9a484dc384f688bebb.tar.gz
upstream-c9dcbd5531225af936844b9a484dc384f688bebb.tar.bz2
upstream-c9dcbd5531225af936844b9a484dc384f688bebb.zip
port new diag driver to kamikaze
SVN-Revision: 5426
Diffstat (limited to 'package/diag/src/Makefile')
-rw-r--r--package/diag/src/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/diag/src/Makefile b/package/diag/src/Makefile
deleted file mode 100644
index 169f2e9725..0000000000
--- a/package/diag/src/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $Id$
-#
-# Makefile for diag 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 := diag.o
-
-ifeq ($(MAKING_MODULES),1)
-export-objs := diag.o
-
--include $(TOPDIR)/Rules.make
-endif