From 49ec8aa8403061c654cc3afa57cf8cd570b0a8a0 Mon Sep 17 00:00:00 2001 From: York Sun Date: Mon, 21 Nov 2016 13:28:08 -0800 Subject: powerpc: T4240RDB: Remove macro CONFIG_T4240RDB Use CONFIG_TARGET_T4240RDB instead. Signed-off-by: York Sun --- board/freescale/t4rdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/t4rdb') diff --git a/board/freescale/t4rdb/Makefile b/board/freescale/t4rdb/Makefile index c15560e5eb..209983a24b 100644 --- a/board/freescale/t4rdb/Makefile +++ b/board/freescale/t4rdb/Makefile @@ -8,7 +8,7 @@ ifdef CONFIG_SPL_BUILD obj-y += spl.o else obj-$(CONFIG_TARGET_T4160RDB) += t4240rdb.o -obj-$(CONFIG_T4240RDB) += t4240rdb.o +obj-$(CONFIG_TARGET_T4240RDB) += t4240rdb.o obj-y += cpld.o obj-y += eth.o obj-$(CONFIG_PCI) += pci.o -- cgit v1.2.3