Title: [6686] trunk/arch/blackfin/kernel/Makefile: move the debug mmrs option to the bottom of the file to make merge problems more unlikely
Revision
6686
Author
vapier
Date
2009-06-12 08:08:53 -0500 (Fri, 12 Jun 2009)

Log Message

move the debug mmrs option to the bottom of the file to make merge problems more unlikely

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/Makefile (6685 => 6686)


--- trunk/arch/blackfin/kernel/Makefile	2009-06-12 12:14:29 UTC (rev 6685)
+++ trunk/arch/blackfin/kernel/Makefile	2009-06-12 13:08:53 UTC (rev 6686)
@@ -29,8 +29,9 @@
 obj-$(CONFIG_KGDB_TESTS)             += kgdb_test.o
 obj-$(CONFIG_EARLY_PRINTK)           += early_printk.o
 obj-$(CONFIG_STACKTRACE)             += stacktrace.o
-obj-$(CONFIG_DEBUG_MMRS)             += debug-mmrs.o
 
 # the kgdb test puts code into L2 and without linker
 # relaxation, we need to force long calls to/from it
 CFLAGS_kgdb_test.o := -mlong-calls -O0
+
+obj-$(CONFIG_DEBUG_MMRS)             += debug-mmrs.o
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to