submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
12 lines
202 B
Makefile
12 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
|