From 724753d47293ad457e6a81da568617d036ace1de Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Mon, 6 Jan 2020 16:37:25 +0100 Subject: util/cbmem: simplify include lines in Makefile Change-Id: I3d0ab7dacb5facb7dd14dd471cd0fb9f06bf0e37 Signed-off-by: Idwer Vollering Reviewed-on: https://review.coreboot.org/c/coreboot/+/38228 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/cbmem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cbmem/Makefile b/util/cbmem/Makefile index 485955b68a..55a4e10402 100644 --- a/util/cbmem/Makefile +++ b/util/cbmem/Makefile @@ -21,7 +21,7 @@ PREFIX ?= /usr/local CFLAGS ?= -O2 CFLAGS += -Wall -Wextra -Wmissing-prototypes -Werror CPPFLAGS += -I . -I $(ROOT)/commonlib/include -CPPFLAGS += -include ../../src/commonlib/include/commonlib/compiler.h +CPPFLAGS += -include commonlib/compiler.h OBJS = $(PROGRAM).o -- cgit v1.2.3