mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
f09d4edf4b
Both versions of FSP can use the same graphics support, so move it into the common directory. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
8 lines
156 B
Makefile
8 lines
156 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-y += fsp_support.o
|