summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/pi/Makefile.inc
blob: 9866264480c6090fdee4019b01e53bbc53b16986 (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_PI),y)

subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00630F01) += 00630F01
subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00730F01) += 00730F01
subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00660F01) += 00660F01

endif