diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/system76/tgl-u/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/system76/tgl-u/Makefile.inc b/src/mainboard/system76/tgl-u/Makefile.inc index ff90842185..845c39aa19 100644 --- a/src/mainboard/system76/tgl-u/Makefile.inc +++ b/src/mainboard/system76/tgl-u/Makefile.inc @@ -1,5 +1,8 @@ CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include + +ifeq ($(CONFIG_BOARD_SYSTEM76_GALP5),y) CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include +endif bootblock-y += bootblock.c bootblock-y += variants/$(VARIANT_DIR)/gpio_early.c |