From ae01634e47326f83f74e5d3d729130343eb78f32 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 16 Nov 2017 22:46:56 -0700 Subject: vendorcode/amd/pi/00670F00: Halt build if headers aren't wrapped Make sure that AGESA headers don't get pulled directly into coreboot files again. BUG=b:66818758 TEST=Build gardenia; Build & boot kahlee; Include AGESA.h into files verify that the build fails. Change-Id: I8d6d94872ebf76a9df2850ed0452cf6b1a446ffd Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/22500 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/vendorcode/amd/pi/00670F00/Proc/CPU/Family/cpuFamRegisters.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vendorcode/amd/pi/00670F00/Proc/CPU/Family/cpuFamRegisters.h') diff --git a/src/vendorcode/amd/pi/00670F00/Proc/CPU/Family/cpuFamRegisters.h b/src/vendorcode/amd/pi/00670F00/Proc/CPU/Family/cpuFamRegisters.h index 4883434002..4378876476 100644 --- a/src/vendorcode/amd/pi/00670F00/Proc/CPU/Family/cpuFamRegisters.h +++ b/src/vendorcode/amd/pi/00670F00/Proc/CPU/Family/cpuFamRegisters.h @@ -41,6 +41,8 @@ * ***************************************************************************/ +#include + #ifndef _CPU_FAM_REGISTERS_H_ #define _CPU_FAM_REGISTERS_H_ -- cgit v1.2.3