diff options
author | Martyn Welch <martyn.welch@ge.com> | 2012-03-12 13:12:59 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 12:08:11 -0400 |
commit | 44b24b74abc37e3c0f28c8288178056f10074863 (patch) | |
tree | ea882b1d7aade665ffe54bb335502cba2985ee54 /arch/powerpc/sysdev/Makefile | |
parent | 6518bb69f463446a1552f52093cc699497f18fe0 (diff) |
powerpc: Move GE PIC drivers
Move the GE PIC drivers to allow these to be used by non-86xx boards.
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
-rw-r--r-- | arch/powerpc/sysdev/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index 5e37b4717864..f80ff9f5f441 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile | |||
@@ -65,3 +65,5 @@ obj-$(CONFIG_PPC_SCOM) += scom.o | |||
65 | subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror | 65 | subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror |
66 | 66 | ||
67 | obj-$(CONFIG_PPC_XICS) += xics/ | 67 | obj-$(CONFIG_PPC_XICS) += xics/ |
68 | |||
69 | obj-$(CONFIG_GE_FPGA) += ge/ | ||