mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
8e18f34c28
We only need to compile and link these files when building for full U-Boot. Move them to under cmd/x86/ to make sure they aren't linked in and undiscarded due to u_boot_list_2_cmd_* being included). Cc: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
11 lines
202 B
Makefile
11 lines
202 B
Makefile
#
|
|
# Copyright (C) 2015 Google, Inc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
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
|