UBUNTU: (no-up): document the new ## scheme
authorAndy Whitcroft <apw@canonical.com>
Tue, 23 Nov 2010 16:38:55 +0000 (16:38 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:51:40 +0000 (06:51 -0700)
Signed-off-by: Andy Whitcroft <apw@canonical.com>

ubuntu/Kconfig
ubuntu/Makefile

index e13b77f..443457e 100644 (file)
@@ -1,5 +1,12 @@
 menu "Ubuntu Supplied Third-Party Device Drivers"
 
+#
+# NOTE: to allow drivers to be added and removed without causing merge
+# collisions you should add new entries in the middle of the six lines
+# of ## at the bottom of the list.  Always add three lines of ## above
+# your new entry and maintain the six lines below.
+#
+
 ##
 ##
 ##
index a112aa1..ef49435 100644 (file)
@@ -2,6 +2,13 @@
 # Makefile for the Linux kernel ubuntu supplied third-party device drivers.
 #
 
+#
+# NOTE: to allow drivers to be added and removed without causing merge
+# collisions you should add new entries in the middle of the six lines
+# of ## at the bottom of the list.  Always add three lines of ## above
+# your new entry and maintain the six lines below.
+#
+
 ##
 ##
 ##