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

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

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

obj-$(EARLY_PRINTK) += debug.o