summaryrefslogtreecommitdiff
path: root/openwrt/package/wlcompat/src/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-06-19 00:18:32 +0000
committerNicolas Thill <nico@openwrt.org>2006-06-19 00:18:32 +0000
commitefe08c7da9d11781f5ca3b2bb69d09601e54eac3 (patch)
tree4fdd28e891ce9f35fddba4a39f2690177baa588d /openwrt/package/wlcompat/src/Makefile
parente68bb5af4a4f2892c77d9a098a0ebc314916cd6f (diff)
downloadmtk-20170518-efe08c7da9d11781f5ca3b2bb69d09601e54eac3.zip
mtk-20170518-efe08c7da9d11781f5ca3b2bb69d09601e54eac3.tar.gz
mtk-20170518-efe08c7da9d11781f5ca3b2bb69d09601e54eac3.tar.bz2
move source file to src/ and let the kernel tree build the modules.
SVN-Revision: 4004
Diffstat (limited to 'openwrt/package/wlcompat/src/Makefile')
-rw-r--r--openwrt/package/wlcompat/src/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/openwrt/package/wlcompat/src/Makefile b/openwrt/package/wlcompat/src/Makefile
new file mode 100644
index 0000000..4290d9a
--- /dev/null
+++ b/openwrt/package/wlcompat/src/Makefile
@@ -0,0 +1,19 @@
+# $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 := wlcompat.o
+
+ifeq ($(MAKING_MODULES),1)
+export-objs := wlcompat.o
+
+-include $(TOPDIR)/Rules.make
+endif