diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-08-08 13:58:48 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-10 15:32:07 +0200 |
commit | de41ef6e4d70f2d30f96ca959fdde3200403d167 (patch) | |
tree | 6cabeda056b71e33c5aa6a10acfc6c47da7ea795 /arch/powerpc/sysdev/Makefile | |
parent | powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xx (diff) | |
download | linux-de41ef6e4d70f2d30f96ca959fdde3200403d167.tar.xz linux-de41ef6e4d70f2d30f96ca959fdde3200403d167.zip |
powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xx
mpc8xx_pic.c is dedicated to the 8xx, so move it to platform/8xx
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
-rw-r--r-- | arch/powerpc/sysdev/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index ff80780a2568..79416fa2e3ba 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile @@ -45,7 +45,6 @@ obj-$(CONFIG_CPM1) += cpm1.o obj-$(CONFIG_CPM2) += cpm2.o cpm2_pic.o obj-$(CONFIG_QUICC_ENGINE) += cpm_common.o obj-$(CONFIG_PPC_DCR) += dcr.o -obj-$(CONFIG_PPC_8xx) += mpc8xx_pic.o obj-$(CONFIG_UCODE_PATCH) += micropatch.o obj-$(CONFIG_PPC_MPC512x) += mpc5xxx_clocks.o |