blob: 5be47b830da8fefa234b67905ec63042096a7445 [file] [log] [blame]
Frank Vibrans63e62b02011-02-14 18:38:14 +00001#
2# This file is part of the coreboot project.
3#
Frank Vibrans63e62b02011-02-14 18:38:14 +00004#
Patrick Georgic49d7a32020-05-08 22:50:46 +02005# SPDX-License-Identifier: GPL-2.0-only
Stefan Reinauere1133b72015-04-27 14:04:38 -07006
7ifeq ($(CONFIG_NORTHBRIDGE_AMD_AGESA),y)
8
efdesign9805a89ab2011-06-20 17:38:49 -07009subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY14) += family14
zbao2c08f6a2012-07-02 15:32:58 +080010subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY15_TN) += family15tn
Siyuan Wang3e32cc02013-07-09 17:16:20 +080011subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY16_KB) += family16kb
Kyösti Mälkkic459f962014-05-04 17:07:45 +030012
Stefan Reinauere1133b72015-04-27 14:04:38 -070013endif