diff options
author | Idwer Vollering <vidwer@gmail.com> | 2020-01-06 16:37:25 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-20 14:40:27 +0000 |
commit | 724753d47293ad457e6a81da568617d036ace1de (patch) | |
tree | d8ab2a755ca99869717fa9c9fe85b3f55c3a9baa /util/cbmem/Makefile | |
parent | 186c2f9abcd7d98a15ae6b8f92f3fd7cfa41d54e (diff) | |
download | coreboot-724753d47293ad457e6a81da568617d036ace1de.tar.xz |
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>
Diffstat (limited to 'util/cbmem/Makefile')
-rw-r--r-- | util/cbmem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |