aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-11-23 11:38:55 -0500
committerLeann Ogasawara <leann.ogasawara@canonical.com>2011-08-30 13:15:15 -0400
commitacab3d0ac1351928f3ae5e97b6d76bf62940c6fd (patch)
treee584ce987d1a80dcd90ecbe3bb8fdc90f8dbee2d /ubuntu
parent4184e40cedd991fa96d70cc82c8585b961154595 (diff)
UBUNTU: (no-up): document the new ## scheme
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/Kconfig7
-rw-r--r--ubuntu/Makefile7
2 files changed, 14 insertions, 0 deletions
diff --git a/ubuntu/Kconfig b/ubuntu/Kconfig
index e13b77f22c5..443457ed867 100644
--- a/ubuntu/Kconfig
+++ b/ubuntu/Kconfig
@@ -1,5 +1,12 @@
1menu "Ubuntu Supplied Third-Party Device Drivers" 1menu "Ubuntu Supplied Third-Party Device Drivers"
2 2
3#
4# NOTE: to allow drivers to be added and removed without causing merge
5# collisions you should add new entries in the middle of the six lines
6# of ## at the bottom of the list. Always add three lines of ## above
7# your new entry and maintain the six lines below.
8#
9
3## 10##
4## 11##
5## 12##
diff --git a/ubuntu/Makefile b/ubuntu/Makefile
index 4dc54c6736a..e7e5b29d7de 100644
--- a/ubuntu/Makefile
+++ b/ubuntu/Makefile
@@ -2,6 +2,13 @@
2# Makefile for the Linux kernel ubuntu supplied third-party device drivers. 2# Makefile for the Linux kernel ubuntu supplied third-party device drivers.
3# 3#
4 4
5#
6# NOTE: to allow drivers to be added and removed without causing merge
7# collisions you should add new entries in the middle of the six lines
8# of ## at the bottom of the list. Always add three lines of ## above
9# your new entry and maintain the six lines below.
10#
11
5## 12##
6## 13##
7## 14##