summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/agesa/Makefile.inc
blob: 5be47b830da8fefa234b67905ec63042096a7445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# This file is part of the coreboot project.
#
#
# SPDX-License-Identifier: GPL-2.0-only

ifeq ($(CONFIG_NORTHBRIDGE_AMD_AGESA),y)

subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY14) += family14
subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY15_TN) += family15tn
subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY16_KB) += family16kb

endif