src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / northbridge / amd / agesa / Makefile.inc
blob5be47b830da8fefa234b67905ec63042096a7445
2 # This file is part of the coreboot project.
5 # SPDX-License-Identifier: GPL-2.0-only
7 ifeq ($(CONFIG_NORTHBRIDGE_AMD_AGESA),y)
9 subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY14) += family14
10 subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY15_TN) += family15tn
11 subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY16_KB) += family16kb
13 endif