diff options
| author | Scott Wood <scottwood@freescale.com> | 2007-07-16 12:43:43 -0400 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-03 21:35:43 -0400 |
| commit | c374e00e17f1c10768d5af922a1ff33e43df2eb0 (patch) | |
| tree | fc6149e7f3b86bb202c475d4414a926c481761b8 /arch/powerpc/sysdev/Makefile | |
| parent | e631ae3b164158fbf486fbed5adb597696c4f0e5 (diff) | |
[POWERPC] Add early debug console for CPM serial ports.
This code assumes that the ports have been previously set up, with
buffers in DPRAM.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
| -rw-r--r-- | arch/powerpc/sysdev/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index 592c17ea713d..52e93bca10ca 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile | |||
| @@ -31,6 +31,7 @@ endif | |||
| 31 | 31 | ||
| 32 | # Temporary hack until we have migrated to asm-powerpc | 32 | # Temporary hack until we have migrated to asm-powerpc |
| 33 | ifeq ($(ARCH),powerpc) | 33 | ifeq ($(ARCH),powerpc) |
| 34 | obj-$(CONFIG_CPM) += cpm_common.o | ||
| 34 | obj-$(CONFIG_CPM2) += cpm2_common.o cpm2_pic.o | 35 | obj-$(CONFIG_CPM2) += cpm2_common.o cpm2_pic.o |
| 35 | obj-$(CONFIG_8xx) += mpc8xx_pic.o commproc.o | 36 | obj-$(CONFIG_8xx) += mpc8xx_pic.o commproc.o |
| 36 | obj-$(CONFIG_UCODE_PATCH) += micropatch.o | 37 | obj-$(CONFIG_UCODE_PATCH) += micropatch.o |
