mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-22 20:44:28 +00:00
Update all iterative makes to use
This commit is contained in:
parent
23f037e76e
commit
022b98a64b
@ -37,14 +37,14 @@ $(work_dir)/coremark.bare.riscv.elf.memfile: $(work_dir)/coremark.bare.riscv
|
|||||||
extractFunctionRadix.sh $<.elf.objdump
|
extractFunctionRadix.sh $<.elf.objdump
|
||||||
|
|
||||||
$(work_dir)/coremark.bare.riscv: $(sources) Makefile
|
$(work_dir)/coremark.bare.riscv: $(sources) Makefile
|
||||||
make -C $(cmbase) PORT_DIR=$(PORT_DIR) compile RISCV=$(RISCV) XCFLAGS="$(PORT_CFLAGS)"
|
$(MAKE) -C $(cmbase) PORT_DIR=$(PORT_DIR) compile RISCV=$(RISCV) XCFLAGS="$(PORT_CFLAGS)"
|
||||||
mkdir -p $(work_dir)
|
mkdir -p $(work_dir)
|
||||||
mv $(cmbase)/coremark.bare.riscv $(work_dir)
|
mv $(cmbase)/coremark.bare.riscv $(work_dir)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
make -C $(cmbase) clean
|
$(MAKE) -C $(cmbase) clean
|
||||||
rm -f $(work_dir)/*
|
rm -f $(work_dir)/*
|
||||||
|
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ LIBS+=${LIBRARY_DIRS:%=-L%} ${LIBRARY_FILES:%=-l%}
|
|||||||
INC+=${LIBRARY_DIRS:%=-I%}
|
INC+=${LIBRARY_DIRS:%=-I%}
|
||||||
|
|
||||||
${LIBRARY_DIRS}:
|
${LIBRARY_DIRS}:
|
||||||
make -C $@ -j 1
|
$(MAKE) -C $@ -j 1
|
||||||
|
|
||||||
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
||||||
endif
|
endif
|
||||||
|
@ -57,7 +57,7 @@ LIBS+=${LIBRARY_DIRS:%=-L%} ${LIBRARY_FILES:%=-l%}
|
|||||||
INC+=${LIBRARY_DIRS:%=-I%}
|
INC+=${LIBRARY_DIRS:%=-I%}
|
||||||
|
|
||||||
${LIBRARY_DIRS}:
|
${LIBRARY_DIRS}:
|
||||||
make -C $@ -j 1
|
$(MAKE) -C $@ -j 1
|
||||||
|
|
||||||
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
||||||
endif
|
endif
|
||||||
|
@ -55,7 +55,7 @@ LIBS+=${LIBRARY_DIRS:%=-L%} ${LIBRARY_FILES:%=-l%}
|
|||||||
INC+=${LIBRARY_DIRS:%=-I%}
|
INC+=${LIBRARY_DIRS:%=-I%}
|
||||||
|
|
||||||
${LIBRARY_DIRS}:
|
${LIBRARY_DIRS}:
|
||||||
make -C $@ -j 1
|
$(MAKE) -C $@ -j 1
|
||||||
|
|
||||||
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
||||||
endif
|
endif
|
||||||
|
@ -55,7 +55,7 @@ LIBS+=${LIBRARY_DIRS:%=-L%} ${LIBRARY_FILES:%=-l%}
|
|||||||
INC+=${LIBRARY_DIRS:%=-I%}
|
INC+=${LIBRARY_DIRS:%=-I%}
|
||||||
|
|
||||||
${LIBRARY_DIRS}:
|
${LIBRARY_DIRS}:
|
||||||
make -C $@ -j 1
|
$(MAKE) -C $@ -j 1
|
||||||
|
|
||||||
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
||||||
endif
|
endif
|
||||||
|
@ -55,7 +55,7 @@ LIBS+=${LIBRARY_DIRS:%=-L%} ${LIBRARY_FILES:%=-l%}
|
|||||||
INC+=${LIBRARY_DIRS:%=-I%}
|
INC+=${LIBRARY_DIRS:%=-I%}
|
||||||
|
|
||||||
${LIBRARY_DIRS}:
|
${LIBRARY_DIRS}:
|
||||||
make -C $@ -j 1
|
$(MAKE) -C $@ -j 1
|
||||||
|
|
||||||
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
||||||
endif
|
endif
|
||||||
|
@ -55,7 +55,7 @@ LIBS+=${LIBRARY_DIRS:%=-L%} ${LIBRARY_FILES:%=-l%}
|
|||||||
INC+=${LIBRARY_DIRS:%=-I%}
|
INC+=${LIBRARY_DIRS:%=-I%}
|
||||||
|
|
||||||
${LIBRARY_DIRS}:
|
${LIBRARY_DIRS}:
|
||||||
make -C $@ -j 1
|
$(MAKE) -C $@ -j 1
|
||||||
|
|
||||||
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
.PHONY: $(LIBRARY_DIRS) $(TARGET)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user