mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-16 13:15:29 +02:00
7 lines
159 B
Makefile
7 lines
159 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += mtrr.o
|
|
obj-$(CONFIG_CMD_EXCEPTION) += exception.o
|
|
obj-$(CONFIG_USE_HOB) += hob.o
|
|
obj-$(CONFIG_HAVE_FSP) += fsp.o
|