diff options
author | York Sun | 2016-11-18 11:17:22 -0800 |
---|---|---|
committer | York Sun | 2016-11-23 23:42:10 -0800 |
commit | 37107facbc3d1c57414ae23a807a073b360ce232 (patch) | |
tree | 842d09ada9ee6e5036c2eaa5cdf74aac3a9f5140 /board/freescale/common/Makefile | |
parent | ce040c83f1d74b07543fe98b07164912d104a2c7 (diff) |
powerpc: P2041RDB: Remove macro CONFIG_P2041RDB
Use CONFIG_TARGET_P2041RDB 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 91374ac424a..6295d1c9990 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -65,7 +65,7 @@ obj-$(CONFIG_POWER_PFUZE100) += pfuze.o obj-$(CONFIG_LS102XA_STREAM_ID) += ls102xa_stream_id.o # deal with common files for P-series corenet based devices -obj-$(CONFIG_P2041RDB) += p_corenet/ +obj-$(CONFIG_TARGET_P2041RDB) += p_corenet/ obj-$(CONFIG_P3041DS) += p_corenet/ obj-$(CONFIG_P4080DS) += p_corenet/ obj-$(CONFIG_P5020DS) += p_corenet/ |