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/AGESA.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vendorcode/amd/pi/00670F00/AGESA.h') diff --git a/src/vendorcode/amd/pi/00670F00/AGESA.h b/src/vendorcode/amd/pi/00670F00/AGESA.h index ee9c629ac0..09a1680ef4 100644 --- a/src/vendorcode/amd/pi/00670F00/AGESA.h +++ b/src/vendorcode/amd/pi/00670F00/AGESA.h @@ -40,6 +40,7 @@ * ***************************************************************************/ +#include "check_for_wrapper.h" #ifndef _AGESA_H_ #define _AGESA_H_ -- cgit v1.2.3