From 82ca9fb592183dba13541e6e9b9888a3cc0a642a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 25 Nov 2013 18:46:33 +0100 Subject: [PATCH] aesa, dol: create dol binary path and use it Make the Ant build file generate the dol.jar file next to the other jars required for DOL. Additionally, make the AESA Makefile use this new path. --- aesa/Makefile | 2 +- dol/build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aesa/Makefile b/aesa/Makefile index 1e52d75..8a25551 100644 --- a/aesa/Makefile +++ b/aesa/Makefile @@ -10,7 +10,7 @@ PROGRAM = AESA CODEGEN = -C # change according to your system -DOLPATH = $(HOME)/dol/bin +DOLPATH = $(HOME)/jump/dol/jars SYSTEMC_INC = $(HOME)/systemc/include SYSTEMC_LIB = $(HOME)/systemc/lib-linux64/libsystemc.a diff --git a/dol/build.xml b/dol/build.xml index a47b050..27e1207 100644 --- a/dol/build.xml +++ b/dol/build.xml @@ -25,7 +25,7 @@ - + -- 2.30.2