summaryrefslogtreecommitdiffstats
path: root/package/broadcom-diag/src/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-03 21:58:08 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-03 21:58:08 +0000
commit41ca1e6a0951a8d2a0491b5c5c17456dea596c26 (patch)
tree9c21cccf75c21ac2d20c7bd4a342a06b350550e9 /package/broadcom-diag/src/Makefile
parent4df90b50819f595145d956e7e148aeff3342d14c (diff)
port new diag driver to kamikaze
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5426 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-diag/src/Makefile')
-rw-r--r--package/broadcom-diag/src/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/broadcom-diag/src/Makefile b/package/broadcom-diag/src/Makefile
new file mode 100644
index 000000000..a43f5f304
--- /dev/null
+++ b/package/broadcom-diag/src/Makefile
@@ -0,0 +1,18 @@
+# $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)
+
+-include $(TOPDIR)/Rules.make
+endif