usb serial

This commit is contained in:
Todd Fleming
2017-01-09 19:58:14 -05:00
parent 99a520a442
commit 408d820b9f
6 changed files with 70 additions and 22 deletions

View File

@ -29,12 +29,14 @@ INCLUDES = \
-I grbl \
-I lpc17xx \
-I smoother \
-I VCOM_lib \
# Compile all .c and .cpp files in these directories
# Hack: .c files are compiled as if they were c++.
SRC_DIRS = \
grbl \
smoother \
VCOM_lib \
# Compile all .c files in these directories, except ones on the exclude list.
# These files get extra -Wno-* flags to reduce spam.