diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-25 00:36:18 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-25 00:36:18 +0000 |
commit | c05c7c7df46a0377db8a72cb32f06aa40153d3e1 (patch) | |
tree | 0e51bc1ef2a4e32ce29f448299a62ca16c46c3a8 /Projects/makefile | |
parent | d3f11eb52809353d7f103cea8b4332f335c26697 (diff) | |
download | lufa-c05c7c7df46a0377db8a72cb32f06aa40153d3e1.tar.gz lufa-c05c7c7df46a0377db8a72cb32f06aa40153d3e1.tar.bz2 lufa-c05c7c7df46a0377db8a72cb32f06aa40153d3e1.zip |
Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code).
Diffstat (limited to 'Projects/makefile')
-rw-r--r-- | Projects/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Projects/makefile b/Projects/makefile index d6ce5eaf7..2f71dd60f 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -28,6 +28,9 @@ all: make -C USBtoSerial clean make -C USBtoSerial all + + make -C XPLAINBridge clean + make -C XPLAINBridge all %: make -C AVRISP $@ @@ -35,3 +38,4 @@ all: make -C Magstripe $@ make -C MissileLauncher $@ make -C USBtoSerial $@ + make -C XPLAINBridge $@ |