diff options
author | York Sun | 2016-11-16 15:25:52 -0800 |
---|---|---|
committer | York Sun | 2016-11-23 23:42:07 -0800 |
commit | aa6e241a4ce8b3b82eaf37d670f93e0db43d036f (patch) | |
tree | 7491cd994b58aa976518c0871eac926667d57b5b /board/freescale/common/Makefile | |
parent | feb9e25bc706c85c0eb4d6c467379b5236f8de5f (diff) |
powerpc: P1022DS: Remove macro CONFIG_P1022DS
Use CONFIG_TARGET_P1022DS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r-- | board/freescale/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 7e8587ce805..91374ac424a 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -51,7 +51,7 @@ obj-$(CONFIG_TARGET_MPC8555CDS) += cds_pci_ft.o obj-$(CONFIG_TARGET_MPC8536DS) += ics307_clk.o obj-$(CONFIG_TARGET_MPC8572DS) += ics307_clk.o -obj-$(CONFIG_P1022DS) += ics307_clk.o +obj-$(CONFIG_TARGET_P1022DS) += ics307_clk.o obj-$(CONFIG_P2020DS) += ics307_clk.o obj-$(CONFIG_P3041DS) += ics307_clk.o obj-$(CONFIG_P4080DS) += ics307_clk.o |