forked from OERV-BSP/u-boot
This device has a large set of ACPI tables. Bring these in from coreboot so that full functionality is available (apart from SMI). Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
128 B
Makefile
7 lines
128 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2019 Google LLC
|
|
|
|
obj-y += coral.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLE) += dsdt.o
|