7ea6c6c15e
cper.c contains code to decode and print "Common Platform Error Records". Originally added under drivers/acpi/apei because the only user was in that same directory - but now we have another consumer, and we shouldn't have to force CONFIG_ACPI_APEI get access to this code. Since CPER is defined in the UEFI specification - the logical home for this code is under drivers/firmware/efi/ Acked-by: Matt Fleming <matt.fleming@intel.com> Acked-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Tony Luck <tony.luck@intel.com>
7 lines
199 B
Makefile
7 lines
199 B
Makefile
obj-$(CONFIG_ACPI_APEI) += apei.o
|
|
obj-$(CONFIG_ACPI_APEI_GHES) += ghes.o
|
|
obj-$(CONFIG_ACPI_APEI_EINJ) += einj.o
|
|
obj-$(CONFIG_ACPI_APEI_ERST_DEBUG) += erst-dbg.o
|
|
|
|
apei-y := apei-base.o hest.o erst.o
|