mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-17 12:52:01 +02:00
10 lines
198 B
Makefile
10 lines
198 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2015 Google, Inc
|
|
|
|
obj-y += fsp_car.o
|
|
obj-y += fsp_common.o
|
|
obj-y += fsp_dram.o
|
|
obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o
|
|
obj-y += fsp_support.o
|