Skip to content

Commit

Permalink
Add optional Makefile.user (eg for BOARD=...)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Dec 1, 2020
1 parent 64ea299 commit b960b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ bin/
TAGS

.DS_Store
Makefile.user
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# - SD_HEX : to bootloader hex binary
#------------------------------------------------------------------------------

-include Makefile.user

SDK_PATH = lib/sdk/components
SDK11_PATH = lib/sdk11/components
TUSB_PATH = lib/tinyusb/src
Expand Down

0 comments on commit b960b99

Please sign in to comment.