commit | dcabdb27a92bf9201e69abdcb2ef7cee5ee22410 | [log] [tgz] |
---|---|---|
author | Thomas Heijligen <thomas.heijligen@secunet.com> | Mon Jan 31 23:59:09 2022 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sun Jan 29 12:29:02 2023 +0000 |
tree | 55a5ab19b543c57d762e972e4070fad12bdede07 | |
parent | facfadb4b7710fff1b7d30ea0a48373ca6a43184 [diff] [blame] |
Makefile: remove CPPFLAGS and LDFLAGS to default directories All CPPFLAGS and LDFLAGS for dependencies are handled by pkg-config Change-Id: Ib7c11a0c8a7918562256480c4be0c95355f981c5 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/61526 Original-Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72293 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/platform/pci.h b/platform/pci.h index fdb0f48..2a524b2 100644 --- a/platform/pci.h +++ b/platform/pci.h
@@ -15,7 +15,7 @@ #define index shadow_workaround_index #if defined (PCIUTILS_PCI_H) -#include <pciutils/pci.h> +#include <pci.h> #else #include <pci/pci.h> #endif