Fix missing references to the ANSI terminal driver codes in the USART peripheral...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 27 Jan 2013 12:00:04 +0000 (12:00 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 27 Jan 2013 12:00:04 +0000 (12:00 +0000)
LUFA/StudioIntegration/lufa_drivers_peripheral.xml
makefile

index 2c38aca..44398d4 100644 (file)
@@ -17,6 +17,7 @@
                                <build type="doxygen-entry-point" value="Group_Serial"/>\r
 \r
                                <require idref="lufa.common"/>\r
+                               <require idref="lufa.drivers.misc.ansi"/>\r
 \r
                                <build type="c-source"    value="Drivers/Peripheral/AVR8/Serial_AVR8.c"/>\r
                                <build type="header-file" value="Drivers/Peripheral/AVR8/Serial_AVR8.h"/>\r
@@ -30,6 +31,7 @@
                                <build type="doxygen-entry-point" value="Group_Serial"/>\r
 \r
                                <require idref="lufa.common"/>\r
+                               <require idref="lufa.drivers.misc.ansi"/>\r
 \r
                                <build type="c-source"    value="Drivers/Peripheral/XMEGA/Serial_XMEGA.c"/>\r
                                <build type="header-file" value="Drivers/Peripheral/XMEGA/Serial_XMEGA.h"/>\r
@@ -43,6 +45,7 @@
                                <build type="doxygen-entry-point" value="Group_Serial"/>\r
 \r
                                <require idref="lufa.common"/>\r
+                               <require idref="lufa.drivers.misc.ansi"/>\r
 \r
                                <info type="gui-flag" value="hidden"/>\r
                        </module>\r
                        </module>\r
                </select-by-device>\r
        </asf>\r
-</lufa>
\ No newline at end of file
+</lufa>\r
index 077d760..056d26a 100644 (file)
--- a/makefile
+++ b/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 $@