forked from mirror/qmk_firmware
Fix missing references to the ANSI terminal driver codes in the USART peripheral driver module.
This commit is contained in:
4
makefile
4
makefile
@@ -9,7 +9,7 @@
|
||||
# Makefile to build the LUFA library, projects and demos.
|
||||
|
||||
# Call with "make all" to rebuild everything, "make clean" to clean everything,
|
||||
# "make mostlyclean" to remove all intermediatary files but preserve any binaries,
|
||||
# "make mostlyclean" to remove all intermediary files but preserve any binaries,
|
||||
# "make doxygen" to document everything with Doxygen (if installed). Call
|
||||
# "make help" for additional target build information within a specific project.
|
||||
|
||||
@@ -18,7 +18,7 @@ all:
|
||||
%:
|
||||
@echo Executing \"make $@\" on all LUFA library elements.
|
||||
@echo
|
||||
$(MAKE) -C LUFA $@
|
||||
$(MAKE) -C LUFA $@
|
||||
$(MAKE) -C Demos $@
|
||||
$(MAKE) -C Projects $@
|
||||
$(MAKE) -C Bootloaders $@
|
||||
|
||||
Reference in New Issue
Block a user