aada6276c6
There are two standard SD card slots on the Crown Bay board, which are connected to the Topcliff PCH SDIO controllers. Enable the SDHC support so that we can use them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
10 lines
210 B
Makefile
10 lines
210 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 fsp_support.o
|
|
obj-$(CONFIG_PCI) += tnc_pci.o
|