aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/Makefile
diff options
context:
space:
mode:
authorNoam Camus <noamc@ezchip.com>2015-10-16 09:52:43 -0400
committerVineet Gupta <vgupta@synopsys.com>2016-05-09 00:02:33 -0400
commit966657890e874d3b01d94b1ec156b7da54ba99b0 (patch)
tree238e2b2a584b519d3d92f06819703b592181e3b2 /arch/arc/Makefile
parent085572f3cc88cf223f0dfdee2dcbb0672e938527 (diff)
ARC: Add eznps platform to Kconfig and Makefile
This commit should be left last since only now eznps platform is in state which one can actually use. Signed-off-by: Noam Camus <noamc@ezchip.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r--arch/arc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile
index def69e347b2d..02fabef2891c 100644
--- a/arch/arc/Makefile
+++ b/arch/arc/Makefile
@@ -115,6 +115,11 @@ core-y += arch/arc/boot/dts/
115core-$(CONFIG_ARC_PLAT_SIM) += arch/arc/plat-sim/ 115core-$(CONFIG_ARC_PLAT_SIM) += arch/arc/plat-sim/
116core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/ 116core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/
117core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/ 117core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/
118core-$(CONFIG_ARC_PLAT_EZNPS) += arch/arc/plat-eznps/
119
120ifdef CONFIG_ARC_PLAT_EZNPS
121KBUILD_CPPFLAGS += -I$(srctree)/arch/arc/plat-eznps/include
122endif
118 123
119drivers-$(CONFIG_OPROFILE) += arch/arc/oprofile/ 124drivers-$(CONFIG_OPROFILE) += arch/arc/oprofile/
120 125