Skip to content

Commit

Permalink
makefile updates
Browse files Browse the repository at this point in the history
makedefs update and add project2
  • Loading branch information
pwittich committed Apr 3, 2019
1 parent d71006c commit 2d183c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions makedefs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ CFLAGS=-mthumb \
-DPART_${PART} \
-c

#
# The size command
#
SIZE=${PREFIX}-size

#
# The command for calling the library archiver.
#
Expand Down
2 changes: 1 addition & 1 deletion projects/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

include ../makedefs

DIRS=blinky uart_echo project0 i2c-sensors project1
DIRS=blinky uart_echo project0 i2c-sensors project2

all:
@for d in ${DIRS}; do \
Expand Down

0 comments on commit 2d183c4

Please sign in to comment.