util/cbmem: simplify include lines in Makefile
Change-Id: I3d0ab7dacb5facb7dd14dd471cd0fb9f06bf0e37 Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38228 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
186c2f9abc
commit
724753d472
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue