]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
C6X: build infrastructure
authorAurelien Jacquiot <a-jacquiot@ti.com>
Tue, 4 Oct 2011 14:54:51 +0000 (10:54 -0400)
committerMark Salter <msalter@redhat.com>
Thu, 6 Oct 2011 23:47:25 +0000 (19:47 -0400)
commitc278400c52c14203894c5dc0d63cf385239d8329
treea3f82945b3ebb49b058e99cefdafca65732b041a
parente66d3c490c7a45daa49c1ae9cc5fe0687d14b823
C6X: build infrastructure

Original port to early 2.6 kernel using TI COFF toolchain.
Brought up to date by Mark Salter <msalter@redhat.com>

Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
14 files changed:
arch/c6x/Kconfig [new file with mode: 0644]
arch/c6x/Makefile [new file with mode: 0644]
arch/c6x/boot/Makefile [new file with mode: 0644]
arch/c6x/configs/dsk6455_defconfig [new file with mode: 0644]
arch/c6x/configs/evmc6457_defconfig [new file with mode: 0644]
arch/c6x/configs/evmc6472_defconfig [new file with mode: 0644]
arch/c6x/configs/evmc6474_defconfig [new file with mode: 0644]
arch/c6x/include/asm/Kbuild [new file with mode: 0644]
arch/c6x/kernel/Makefile [new file with mode: 0644]
arch/c6x/kernel/vmlinux.lds.S [new file with mode: 0644]
arch/c6x/lib/Makefile [new file with mode: 0644]
arch/c6x/mm/Makefile [new file with mode: 0644]
arch/c6x/platforms/Kconfig [new file with mode: 0644]
arch/c6x/platforms/Makefile [new file with mode: 0644]