From ead688d57a2b763bcaaea1e0ca1f904c72ebcd1d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 27 Jul 2018 10:56:52 +0100 Subject: [PATCH] add includes --- src/bsv/Makefile.template | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2