blob: 9866264480c6090fdee4019b01e53bbc53b16986 [file] [log] [blame]
Bruce Griffith27ed80b2014-08-15 11:46:25 -06001#
2# This file is part of the coreboot project.
3#
Bruce Griffith27ed80b2014-08-15 11:46:25 -06004#
Patrick Georgic49d7a32020-05-08 22:50:46 +02005# SPDX-License-Identifier: GPL-2.0-only
Bruce Griffith27ed80b2014-08-15 11:46:25 -06006
Stefan Reinauere1133b72015-04-27 14:04:38 -07007ifeq ($(CONFIG_NORTHBRIDGE_AMD_PI),y)
8
Bruce Griffith006364e2014-10-22 03:33:49 -06009subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00630F01) += 00630F01
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030010subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00730F01) += 00730F01
WANG Siyuan05639412015-05-20 14:44:32 +080011subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00660F01) += 00660F01
Bruce Griffith27ed80b2014-08-15 11:46:25 -060012
Stefan Reinauere1133b72015-04-27 14:04:38 -070013endif