diff options
author | York Sun | 2016-11-18 11:39:36 -0800 |
---|---|---|
committer | York Sun | 2016-11-23 23:42:11 -0800 |
commit | 95390360121451337738f73ed2f75f8dfbdce831 (patch) | |
tree | d236bc32d6ab97a0f8d0e186b99d9ac2d834907d /drivers/net/fm | |
parent | 3b83649d53896cf115788130799d9ff585867e4a (diff) |
powerpc: P5040: Remove macro CONFIG_P5040
Replace CONFIG_P5040 with ARCH_P5040 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'drivers/net/fm')
-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 15d27b827c6..d9bcec58d3d 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -23,7 +23,7 @@ obj-$(CONFIG_ARCH_P2041) += p5020.o obj-$(CONFIG_ARCH_P3041) += p5020.o obj-$(CONFIG_ARCH_P4080) += p4080.o obj-$(CONFIG_ARCH_P5020) += p5020.o -obj-$(CONFIG_PPC_P5040) += p5040.o +obj-$(CONFIG_ARCH_P5040) += p5040.o obj-$(CONFIG_PPC_T1040) += t1040.o obj-$(CONFIG_PPC_T1042) += t1040.o obj-$(CONFIG_PPC_T1020) += t1040.o |