aboutsummaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorLeann Ogasawara <leann.ogasawara@canonical.com>2010-03-12 17:13:25 -0800
committerTim Gardner <tim.gardner@canonical.com>2012-03-19 11:27:54 -0600
commit2dd820e20e98188c2a3ad0f13af33bf3f0e67669 (patch)
tree269109324bb19822875b7c41333a6dfcced7b123 /ubuntu
parent4b580c09794e7d142c8ae91cdb7eae62764c4f12 (diff)
UBUNTU: (no-up) fold down debian for ubuntu-oneiric v3.1-rc1 rebase
Ignore: yes Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/Kconfig10
-rw-r--r--ubuntu/Makefile13
-rw-r--r--ubuntu/include/README4
3 files changed, 27 insertions, 0 deletions
diff --git a/ubuntu/Kconfig b/ubuntu/Kconfig
new file mode 100644
index 00000000000..acfa32a1ba1
--- /dev/null
+++ b/ubuntu/Kconfig
@@ -0,0 +1,10 @@
+menu "Ubuntu Supplied Third-Party Device Drivers"
+
+##
+##
+##
+##
+##
+##
+
+endmenu
diff --git a/ubuntu/Makefile b/ubuntu/Makefile
new file mode 100644
index 00000000000..c797919048e
--- /dev/null
+++ b/ubuntu/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile for the Linux kernel ubuntu supplied third-party device drivers.
+#
+
+##
+##
+##
+##
+##
+##
+
+# This is a stupid trick to get kbuild to create ubuntu/built-in.o
+obj- += foo.o
diff --git a/ubuntu/include/README b/ubuntu/include/README
new file mode 100644
index 00000000000..adc8d33e6d8
--- /dev/null
+++ b/ubuntu/include/README
@@ -0,0 +1,4 @@
+Only use this directory for things which need to share their headers with
+other parts of the kernel or other modules in ubuntu/
+
+Otherwise, keep them local to the module directory.