aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/arm32/Makefile
blob: 463b1f51ab8835aef16ccda88461ff4948a54832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
subdir-y += lib

obj-y += entry.o
obj-y += mode_switch.o
obj-y += proc-v7.o

obj-y += traps.o
obj-y += domain.o
obj-y += vfp.o
obj-y += smpboot.o

obj-$(EARLY_PRINTK) += debug.o