diff options
author | Christian Ruppert <christian.ruppert@abilis.com> | 2013-04-12 08:40:59 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-05-07 13:43:59 +0530 |
commit | 072eb693904a52df95ac3d8e8ee00752ed82342c (patch) | |
tree | 4b411af0a97d82526b5a4619f3e5e10c0524df03 /arch/arc/Makefile | |
parent | 2eb9504bcc1f164ac137cd12c5deeb1e21cc6b1b (diff) | |
download | talos-op-linux-072eb693904a52df95ac3d8e8ee00752ed82342c.tar.gz talos-op-linux-072eb693904a52df95ac3d8e8ee00752ed82342c.zip |
ARC: [TB10x] Add support for TB10x platform
Infrastructure required to make the Linux kernel compile and boot on the
Abilis Systems TB10x series of SOCs based on ARC700 CPUs:
- Kmake related files (Kconfig, Makefile, tb10x_defconfig)
- TB10x platform initialisation
Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>
Signed-off-by: Pierrick Hascoet <pierrick.hascoet@abilis.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index f30e0a168343..183397fd289e 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile @@ -91,6 +91,7 @@ core-y += arch/arc/ 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/ drivers-$(CONFIG_OPROFILE) += arch/arc/oprofile/ |