From: Luke Kenneth Casson Leighton Date: Fri, 27 Jul 2018 09:56:52 +0000 (+0100) Subject: add includes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ead688d57a2b763bcaaea1e0ca1f904c72ebcd1d;p=pinmux.git add includes --- diff --git a/src/bsv/Makefile.template b/src/bsv/Makefile.template index 5d2e955..5c9876f 100644 --- a/src/bsv/Makefile.template +++ b/src/bsv/Makefile.template @@ -7,6 +7,7 @@ WORKING_DIR := $(shell pwd) BSVINCDIR:= .:%/Prelude:%/Libraries:%/Libraries/BlueNoC:./bsv_lib/ BSVINCDIR:= $(BSVINCDIR):../../../src/core/src/core +BSVINCDIR:= $(BSVINCDIR):../../../src/core/src/core/fpu BSVINCDIR:= $(BSVINCDIR):../../../src/core/src/lib BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/core BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/uncore/axi4 @@ -18,6 +19,8 @@ BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/rgbttl BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/i2c BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/mux BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/plic +BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/clint +BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/sdram BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/pwm BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/qspi BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/spi