Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
remove unused link entry in project2
  • Loading branch information
pwittich committed May 17, 2019
1 parent 61027d9 commit 6681946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/project2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ${COMPILER}/project2.axf: ${COMPILER}/list.o
${COMPILER}/project2.axf: ${COMPILER}/stream_buffer.o
${COMPILER}/project2.axf: ${COMPILER}/heap_4.o
${COMPILER}/project2.axf: ${COMPILER}/FreeRTOS_CLI.o
${COMPILER}/project2.axf: ${COMPILER}/Sample-CLI-commands.o
#${COMPILER}/project2.axf: ${COMPILER}/Sample-CLI-commands.o
${COMPILER}/project2.axf: ${COMPILER}/printf-stdarg.o
## TivaWare
${COMPILER}/project2.axf: ${ROOT}/driverlib/${COMPILER}/libdriver.a
Expand Down

0 comments on commit 6681946

Please sign in to comment.