diff options
author | Huang Ying <ying.huang@intel.com> | 2010-05-18 02:35:14 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-05-19 22:35:29 -0400 |
commit | e40213450b53157967a1f83eda50e9a941c13a08 (patch) | |
tree | 4655490175a52a911e8a5cde44d5f221b4603d49 /drivers/acpi/apei/Makefile | |
parent | 9dc966641677795f4d6b0a9ba630d6a3a3e24a57 (diff) |
ACPI, APEI, EINJ support
EINJ provides a hardware error injection mechanism, this is useful for
debugging and testing of other APEI and RAS features.
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/apei/Makefile')
-rw-r--r-- | drivers/acpi/apei/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/apei/Makefile b/drivers/acpi/apei/Makefile index a8832929835f..fea86a9c3c2b 100644 --- a/drivers/acpi/apei/Makefile +++ b/drivers/acpi/apei/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | obj-$(CONFIG_ACPI_APEI) += apei.o | 1 | obj-$(CONFIG_ACPI_APEI) += apei.o |
2 | obj-$(CONFIG_ACPI_APEI_EINJ) += einj.o | ||
2 | 3 | ||
3 | apei-y := apei-base.o hest.o | 4 | apei-y := apei-base.o hest.o |