diff options
Diffstat (limited to 'src/vendorcode/Makefile.inc')
-rw-r--r-- | src/vendorcode/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/vendorcode/Makefile.inc b/src/vendorcode/Makefile.inc index de645728a4..260e2c1b55 100644 --- a/src/vendorcode/Makefile.inc +++ b/src/vendorcode/Makefile.inc @@ -1 +1,5 @@ -subdirs-y += amd +subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY12) += $(src)/vendorcode/amd/agesa/f12 +subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY14) += $(src)/vendorcode/amd/agesa/f14 + +subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB800) += $(src)/vendorcode/amd/cimx/sb800 +subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB900) += $(src)/vendorcode/amd/cimx/sb900 |