Skip to content

Commit

Permalink
Small bug fix in bsg_cuda_lite_runtime Makefiles (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
bornaehsani authored and drichmond committed Jun 14, 2019
1 parent db28225 commit 7b9fab3
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion software/spmd/bsg_cuda_lite_runtime/barrier/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
2 changes: 1 addition & 1 deletion software/spmd/bsg_cuda_lite_runtime/dram/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
2 changes: 1 addition & 1 deletion software/spmd/bsg_cuda_lite_runtime/empty/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
2 changes: 1 addition & 1 deletion software/spmd/bsg_cuda_lite_runtime/matrix_mul/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
2 changes: 1 addition & 1 deletion software/spmd/bsg_cuda_lite_runtime/packet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
2 changes: 1 addition & 1 deletion software/spmd/bsg_cuda_lite_runtime/shared_mem/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
2 changes: 1 addition & 1 deletion software/spmd/bsg_cuda_lite_runtime/stack_load/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
2 changes: 1 addition & 1 deletion software/spmd/bsg_cuda_lite_runtime/vec_add/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include ../../Makefile.include
# be vanilla core
BSG_FPU_OP=0

main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../common/crt.o
main.riscv: $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) ../../common/crt.o
$(RISCV_LINK) $(OBJECT_FILES) $(SPMD_COMMON_OBJECTS) -o $@ $(RISCV_LINK_OPTS)


Expand Down

0 comments on commit 7b9fab3

Please sign in to comment.