mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
1021af4ded
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
9 lines
196 B
Makefile
9 lines
196 B
Makefile
#
|
|
# Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += tnc_car.o tnc_dram.o tnc.o topcliff.o
|
|
obj-y += fsp_configs.o
|
|
obj-$(CONFIG_PCI) += tnc_pci.o
|