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

obj-y += entry.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