mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
4470f2d51c
FADT/MADT tables are platform specific. Generate them for BayTrail. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
11 lines
202 B
Makefile
11 lines
202 B
Makefile
#
|
|
# Copyright (C) 2015 Google, Inc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += cpu.o
|
|
obj-y += early_uart.o
|
|
obj-y += fsp_configs.o
|
|
obj-y += valleyview.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi.o
|