From 5c29daa150c5ba0a8acbdec90013f6526ac8d1f7 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 30 Nov 2016 14:53:24 +0200 Subject: buildsystem: Promote rules.h to default include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Does not fix 3rdparty/, *.S or *.ld or yet. Change-Id: I66b48013dd89540b35ab219d2b64bc13f5f19cda Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/17656 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index ddebe5e92a..594ef36ad7 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -383,6 +383,7 @@ CPPFLAGS_common += -Isrc/device/oprom/include VBOOT_SOURCE ?= 3rdparty/vboot CPPFLAGS_common += -I$(VBOOT_SOURCE)/firmware/include CPPFLAGS_common += -include $(src)/include/kconfig.h +CPPFLAGS_common += -include $(src)/include/rules.h CPPFLAGS_common += -include $(src)/commonlib/include/commonlib/compiler.h CPPFLAGS_common += -I3rdparty CPPFLAGS_common += -D__BUILD_DIR__=\"$(obj)\" -- cgit v1.2.3