summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-12-17 20:09:51 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-12-20 09:51:49 +0000
commit6d84c08fbff1e94c1af20a806a571c36c57d7372 (patch)
treeb60d73752bb8b65d70a534e96fa7c99a29615ba2 /src/soc/amd/picasso/Makefile.inc
parent1ea1e9d13a960e646cadc74ffa5d3976f7573452 (diff)
downloadcoreboot-6d84c08fbff1e94c1af20a806a571c36c57d7372.tar.gz
coreboot-6d84c08fbff1e94c1af20a806a571c36c57d7372.tar.bz2
coreboot-6d84c08fbff1e94c1af20a806a571c36c57d7372.zip
soc/amd: remove root of SoC directory from include path
We shouldn't be providing -I include paths to the root of the soc specific directory. It allows for lazy includes that can collide, but there's no way of knowing the winning path since the winning path is determined by Makefile.inc parsing order. This is taken from CB:41355 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I45ed219e4e0cccf3d4f04cc70dc1ef77c518afff Reviewed-on: https://review.coreboot.org/c/coreboot/+/60201 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso/Makefile.inc')
-rw-r--r--src/soc/amd/picasso/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/Makefile.inc b/src/soc/amd/picasso/Makefile.inc
index 7db4719db6eb..de16da4bd154 100644
--- a/src/soc/amd/picasso/Makefile.inc
+++ b/src/soc/amd/picasso/Makefile.inc
@@ -54,7 +54,6 @@ endif
smm-y += gpio.c
smm-y += smu.c
-CPPFLAGS_common += -I$(src)/soc/amd/picasso
CPPFLAGS_common += -I$(src)/soc/amd/picasso/include
CPPFLAGS_common += -I$(src)/soc/amd/picasso/acpi
CPPFLAGS_common += -I$(src)/vendorcode/amd/fsp/picasso