Skip to content

Commit

Permalink
pi makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonmowry committed Jan 15, 2025
1 parent 110132f commit 4883805
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ riscv_vector: all \

tutorial: bin/tutorial_app_vrisp

tutorial_pi: bin/tutorial_app_pi_vrisp

# Applications ################################################################
bin/dbscan_app_risp: src/dbscan_app.cpp $(RISP_OBJ) $(FR_LIB)
$(CXX) $(FR_CFLAGS) -o $@ $^
Expand Down Expand Up @@ -70,6 +72,9 @@ bin/connectivity_app_vrisp_vector_synapses: src/connectivity_app.cpp $(VRISP_RVV
bin/tutorial_app_vrisp: tutorial/src/tutorial_and_app.cpp $(VRISP_OBJ) $(FR_LIB)
$(CXX) $(FR_CFLAGS) -o $@ $^

bin/tutorial_app_pi_vrisp: tutorial/src/tutorial_pi_app.cpp $(VRISP_OBJ) $(FR_LIB)
$(CXX) $(FR_CFLAGS) -o $@ $^ -lwiringPi

# Libraries ###################################################################
framework-open/lib/libframework.a: $(FR_OBJ) framework-open/include/framework.hpp
ar r framework-open/lib/libframework.a $(FR_OBJ)
Expand Down

0 comments on commit 4883805

Please sign in to comment.