diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-20 17:16:21 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-20 17:16:21 +0000 |
commit | 5f709e281eec223c5de9766a99bdd54339e149cb (patch) | |
tree | aac4b2e9f666d28d37ca6078afc08926021867f8 /Projects/XPLAINBridge/makefile | |
parent | 28967ef2e8f32e77031eb645970d2fa1a843e255 (diff) | |
parent | 5833b27f80f4b6b10f5765468f5863e57b97a65a (diff) | |
download | lufa-5f709e281eec223c5de9766a99bdd54339e149cb.tar.gz lufa-5f709e281eec223c5de9766a99bdd54339e149cb.tar.bz2 lufa-5f709e281eec223c5de9766a99bdd54339e149cb.zip |
Merge in latest trunk.
Diffstat (limited to 'Projects/XPLAINBridge/makefile')
-rw-r--r-- | Projects/XPLAINBridge/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile index 0f5ca9644..5c962b574 100644 --- a/Projects/XPLAINBridge/makefile +++ b/Projects/XPLAINBridge/makefile @@ -126,15 +126,16 @@ AVRISP_PATH = ../AVRISP-MKII # LUFA library compile-time options and predefined tokens LUFA_OPTS = -D USE_LUFA_CONFIG_HEADER + # Create the LUFA source path variables by including the LUFA root makefile include $(LUFA_PATH)/LUFA/makefile # List C source files here. (C dependencies are automatically generated.) SRC = $(TARGET).c \ - AVRISPDescriptors.c \ - USARTDescriptors.c \ Lib/SoftUART.c \ + USARTDescriptors.c \ + $(AVRISP_PATH)/AVRISPDescriptors.c \ $(AVRISP_PATH)/Lib/V2Protocol.c \ $(AVRISP_PATH)/Lib/V2ProtocolParams.c \ $(AVRISP_PATH)/Lib/ISP/ISPProtocol.c \ |