diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-23 17:14:55 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-06 13:13:38 +0000 |
commit | ed2494e5454efed171ffda0b816b1eed167aebce (patch) | |
tree | e4d8409daf9e856c7b80203e650255ca18e7775f | |
parent | 9f909644156455efc52ad46615ae85abe9015da5 (diff) |
mb/amd/mandolin/Makefile.inc: Remove path to non-existent directory
Fix:
cc1: error: src/mainboard/amd/mandolin/acpi: No such file or directory [-Werror=missing-include-dirs]
Change-Id: Ifbe6fda12088ddf51b6a177116aa542dbacc7672
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71255
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | src/mainboard/amd/mandolin/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/mandolin/Makefile.inc b/src/mainboard/amd/mandolin/Makefile.inc index 1a4740e6c3..6d11ee02bf 100644 --- a/src/mainboard/amd/mandolin/Makefile.inc +++ b/src/mainboard/amd/mandolin/Makefile.inc @@ -31,5 +31,3 @@ warn_no_mchp: printf "coreboot has been built without the Microchip EC.\n" printf "Do not flash this image. Your Mandolin's power button\n" printf "will not respond when you press it.\n\n" - -CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/acpi |