summaryrefslogtreecommitdiffstats
path: root/arch/arc/Makefile
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2015-02-20 19:12:18 +0530
committerVineet Gupta <vgupta@synopsys.com>2015-06-19 18:09:26 +0530
commitfd1557923b2e45a7ff4664bd88311d8239d69ca9 (patch)
tree54d973bebc5d94105e6f85b57ba52cdbb92abe97 /arch/arc/Makefile
parent6623146cb71eb0eb582943bb35f85a90b6195fc1 (diff)
downloadop-kernel-dev-fd1557923b2e45a7ff4664bd88311d8239d69ca9.zip
op-kernel-dev-fd1557923b2e45a7ff4664bd88311d8239d69ca9.tar.gz
ARC: [plat_arcfpga]->[plat_sim]
* Remove remanants of legacy ARC FPGA platforms (AA4, ML509...) * Only nsim simulation platform is left, rename platform accordingly * AA4 DT stuff is compatible with nsim for ARC700 so rename it too Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r--arch/arc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile
index 87e0e5b..435b693 100644
--- a/arch/arc/Makefile
+++ b/arch/arc/Makefile
@@ -81,8 +81,8 @@ core-y += arch/arc/
# w/o this dtb won't embed into kernel binary
core-y += arch/arc/boot/dts/
-core-$(CONFIG_ARC_PLAT_FPGA_LEGACY) += arch/arc/plat-arcfpga/
-core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/
+core-$(CONFIG_ARC_PLAT_SIM) += arch/arc/plat-sim/
+core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/
drivers-$(CONFIG_OPROFILE) += arch/arc/oprofile/
OpenPOWER on IntegriCloud