diff options
| author | York Sun <[email protected]> | 2016-11-18 11:20:40 -0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2016-11-23 23:42:10 -0800 |
| commit | 5e5fdd2d00489d4aa129e7a9ad289a38563f4387 (patch) | |
| tree | 53a60ab2493ca9a09bb7cf88d7c4be840c06e5f0 /drivers | |
| parent | 37107facbc3d1c57414ae23a807a073b360ce232 (diff) | |
powerpc: P3041: Remove macro CONFIG_PPC_P3041
Replace CONFIG_PPC_P3041 with ARCH_P3041 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/fm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile index 9e8c42052f2..b435ecdacef 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -20,7 +20,7 @@ obj-$(CONFIG_SYS_FMAN_V3) += memac.o obj-$(CONFIG_ARCH_P1023) += p1023.o # The P204x, P304x, and P5020 are the same obj-$(CONFIG_ARCH_P2041) += p5020.o -obj-$(CONFIG_PPC_P3041) += p5020.o +obj-$(CONFIG_ARCH_P3041) += p5020.o obj-$(CONFIG_PPC_P4080) += p4080.o obj-$(CONFIG_PPC_P5020) += p5020.o obj-$(CONFIG_PPC_P5040) += p5040.o |
