diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-10 08:48:11 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-13 22:52:13 +0000 |
commit | 1210026bda8ad1fa24d2f0a7625f5b2cd35662ed (patch) | |
tree | 02453f36c02df0408032225e3cc911b651bd1959 /src/southbridge/amd | |
parent | d136b8ef21f9fb4f469a8f0682b086637b0ea542 (diff) |
AGESA buildsystem: Reduce include path exposure
Remove AGESA_AUTOINCLUDES -list from coreboot proper CPPFLAGS.
Couple individual directories are now manually added to
complete builds.
Change-Id: I2595b87641c70e34e49fedf11b42f4961b0842dd
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21479
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Makefile.inc b/src/southbridge/amd/agesa/hudson/Makefile.inc index 527c9bed7d..89236a6c0a 100644 --- a/src/southbridge/amd/agesa/hudson/Makefile.inc +++ b/src/southbridge/amd/agesa/hudson/Makefile.inc @@ -1,3 +1,7 @@ + +CPPFLAGS_x86_32 += -I$(src)/southbridge/amd/agesa/hudson +CPPFLAGS_x86_64 += -I$(src)/southbridge/amd/agesa/hudson + romstage-y += smbus.c smbus_spd.c ramstage-y += hudson.c ramstage-y += usb.c |