aboutsummaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-11-23 16:38:55 +0000
committerJohn Rigby <john.rigby@linaro.org>2011-11-16 14:23:33 -0700
commitd953ae999018a5611cb1a31b95a625b3a6147e40 (patch)
tree2b031133337bd39f80037152927213f092b09dd1 /ubuntu
parent2080c5501a898310a50e01eaf322f12de076dd62 (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 @@
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.
+#
+
##
##
##
diff --git a/ubuntu/Makefile b/ubuntu/Makefile
index 4dc54c6736a..e7e5b29d7de 100644
--- a/ubuntu/Makefile
+++ b/ubuntu/Makefile
@@ -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.
+#
+
##
##
##