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

obj-y += entry.o

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

obj-$(EARLY_PRINTK) += debug.o