aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/acpi/Makefile
blob: bbb06a74684890df2d12d60cb138c417051b3625 (plain)
1
2
3
4
5
6
7
8
9
10
11
subdir-y += tables
subdir-y += utilities
subdir-$(x86) += apei

obj-bin-y += tables.init.o
obj-y += numa.o
obj-y += osl.o
obj-y += pmstat.o

obj-$(x86) += hwregs.o
obj-$(x86) += reboot.o