metag: Build infrastructure
authorJames Hogan <james.hogan@imgtec.com>
Tue, 9 Oct 2012 09:54:32 +0000 (10:54 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Sat, 2 Mar 2013 20:09:54 +0000 (20:09 +0000)
commit5633004cc2498ff50a5b88d415d3746ff0c301f2
treeb60265906c89e68022b8013e2aa2a19127fe3a24
parent79f83c02944ccb3dffbc5852e63e966ea34ed63e
metag: Build infrastructure

Add metag build infrastructure.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
19 files changed:
arch/metag/Kconfig [new file with mode: 0644]
arch/metag/Kconfig.debug [new file with mode: 0644]
arch/metag/Kconfig.soc [new file with mode: 0644]
arch/metag/Makefile [new file with mode: 0644]
arch/metag/boot/Makefile [new file with mode: 0644]
arch/metag/configs/meta1_defconfig [new file with mode: 0644]
arch/metag/configs/meta2_defconfig [new file with mode: 0644]
arch/metag/configs/meta2_smp_defconfig [new file with mode: 0644]
arch/metag/include/asm/Kbuild [new file with mode: 0644]
arch/metag/include/uapi/asm/Kbuild [new file with mode: 0644]
arch/metag/kernel/.gitignore [new file with mode: 0644]
arch/metag/kernel/Makefile [new file with mode: 0644]
arch/metag/kernel/asm-offsets.c [new file with mode: 0644]
arch/metag/kernel/metag_ksyms.c [new file with mode: 0644]
arch/metag/kernel/vmlinux.lds.S [new file with mode: 0644]
arch/metag/lib/Makefile [new file with mode: 0644]
arch/metag/mm/Kconfig [new file with mode: 0644]
arch/metag/mm/Makefile [new file with mode: 0644]
arch/metag/tbx/Makefile [new file with mode: 0644]