1subdir-y += tables
2subdir-y += utilities
3subdir-$(CONFIG_X86) += apei
4
5obj-bin-y += tables.init.o
6obj-$(CONFIG_NUMA) += numa.o
7obj-y += osl.o
8obj-$(CONFIG_HAS_CPUFREQ) += pmstat.o
9
10obj-$(CONFIG_X86) += hwregs.o
11obj-$(CONFIG_X86) += reboot.o
12