mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
c278400c52
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>
12 lines
283 B
Makefile
12 lines
283 B
Makefile
#
|
|
# Makefile for arch/c6x/kernel/
|
|
#
|
|
|
|
extra-y := head.o vmlinux.lds
|
|
|
|
obj-y := process.o traps.o irq.o signal.o ptrace.o
|
|
obj-y += setup.o sys_c6x.o time.o devicetree.o
|
|
obj-y += switch_to.o entry.o vectors.o c6x_ksyms.o
|
|
obj-y += soc.o dma.o
|
|
|
|
obj-$(CONFIG_MODULES) += module.o
|