diff options
author | Noam Camus <noamc@ezchip.com> | 2015-10-16 16:52:43 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-09 09:32:33 +0530 |
commit | 966657890e874d3b01d94b1ec156b7da54ba99b0 (patch) | |
tree | 238e2b2a584b519d3d92f06819703b592181e3b2 /arch/arc/Makefile | |
parent | 085572f3cc88cf223f0dfdee2dcbb0672e938527 (diff) | |
download | blackbird-op-linux-966657890e874d3b01d94b1ec156b7da54ba99b0.tar.gz blackbird-op-linux-966657890e874d3b01d94b1ec156b7da54ba99b0.zip |
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/Makefile | 5 |
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/ core-$(CONFIG_ARC_PLAT_SIM) += arch/arc/plat-sim/ core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/ core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/ +core-$(CONFIG_ARC_PLAT_EZNPS) += arch/arc/plat-eznps/ + +ifdef CONFIG_ARC_PLAT_EZNPS +KBUILD_CPPFLAGS += -I$(srctree)/arch/arc/plat-eznps/include +endif drivers-$(CONFIG_OPROFILE) += arch/arc/oprofile/ |