Hexagon: Add configuration and makefiles for the Hexagon architecture.
[deliverable/linux.git] / arch / hexagon / kernel / Makefile
CommitLineData
e95bf452
RK
1extra-y := head.o vmlinux.lds init_task.o
2
3obj-$(CONFIG_SMP) += smp.o topology.o
4
5obj-y += setup.o irq_cpu.o traps.o syscalltab.o signal.o time.o
6obj-y += process.o syscall.o trampoline.o reset.o ptrace.o
7obj-y += vdso.o
8
9obj-$(CONFIG_KGDB) += kgdb.o
10obj-$(CONFIG_MODULES) += module.o hexagon_ksyms.o
11
12# Modules required to work with the Hexagon Virtual Machine
13obj-y += vm_entry.o vm_events.o vm_switch.o vm_ops.o vm_init_segtable.o
14obj-y += vm_vectors.o
15
16obj-$(CONFIG_HAS_DMA) += dma.o
17
18obj-$(CONFIG_STACKTRACE) += stacktrace.o
This page took 0.024269 seconds and 5 git commands to generate.