diff options
author | Vitaly Bordug <vbordug@ru.mvista.com> | 2007-01-24 20:41:42 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-07 04:03:17 +0100 |
commit | df34403dcaacef541a67c955aebc37c51f53ca7c (patch) | |
tree | 9d4159a85569a457a57f1ac352c373dd7d7a82ba /arch/powerpc/platforms/8xx/Makefile | |
parent | [POWERPC] 8xx: powerpc port of core CPM PIC (diff) | |
download | linux-df34403dcaacef541a67c955aebc37c51f53ca7c.tar.xz linux-df34403dcaacef541a67c955aebc37c51f53ca7c.zip |
[POWERPC] 8xx: Add mpc885ads support and common mpc8xx files
This adds the core 8xx stuff and specifically mpc885ads board-specific
bits to arch/powerpc. Respective Kconfig has been cleaned up from the stuff
not yet ported over to avoid confusion. Updated and cleaned version.
Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/8xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/8xx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/8xx/Makefile b/arch/powerpc/platforms/8xx/Makefile new file mode 100644 index 000000000000..1b59ffa92521 --- /dev/null +++ b/arch/powerpc/platforms/8xx/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the PowerPC 8xx linux kernel. +# +obj-$(CONFIG_PPC_8xx) += m8xx_setup.o +obj-$(CONFIG_MPC885ADS) += mpc885ads_setup.o |