|
@@ -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/
|
|
|
|