10 lines
210 B
Makefile
Executable File
Vendored
10 lines
210 B
Makefile
Executable File
Vendored
#
|
|
# 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 fsp_support.o
|
|
obj-$(CONFIG_PCI) += tnc_pci.o
|