mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
8 lines
241 B
Makefile
8 lines
241 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
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 bert.o
|