mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
bccdf1de75
The DSDT table contains a bytecode that is executed by a driver in the kernel. Signed-off-by: Saket Sinha <saket.sinha89@gmail.com> Tested with QEMU '-M q35' Tested-by: Bin Meng <bmeng.cn@gmail.com>
12 lines
240 B
Makefile
12 lines
240 B
Makefile
#
|
|
# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifndef CONFIG_EFI_STUB
|
|
obj-y += car.o dram.o
|
|
endif
|
|
obj-y += qemu.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi.o dsdt.o
|
|
obj-$(CONFIG_PCI) += pci.o
|