diff options
author | Felix Singer <felixsinger@posteo.net> | 2020-11-24 19:27:47 +0000 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-11-30 23:08:31 +0000 |
commit | e8774933d39fab2cb4eb443f69a583d1fa5bd238 (patch) | |
tree | 41a1889d13854ce777dd71bfd50258b7dc7738da /src/mainboard/siemens/chili/Makefile.inc | |
parent | 48b80c134a1c5c3574e73104d6bfd13481568a70 (diff) |
mb/siemens/chili: Introduce include folder for header files
Use include folder for header files allowing proper includes.
Change-Id: I80066fb925b918d040062397e633c5d499a50dbe
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47973
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens/chili/Makefile.inc')
-rw-r--r-- | src/mainboard/siemens/chili/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/chili/Makefile.inc b/src/mainboard/siemens/chili/Makefile.inc index abeedf3a85..c57c0a50dc 100644 --- a/src/mainboard/siemens/chili/Makefile.inc +++ b/src/mainboard/siemens/chili/Makefile.inc @@ -1,6 +1,6 @@ ## SPDX-License-Identifier: GPL-2.0-only -CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR) +CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include romstage-y += romstage.c |