aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-15 00:30:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-15 00:30:40 +0000
commita0f9192568b384af605487ae6a043b684016bfff (patch)
tree06fb058736af067a39dabe51dd2be19eeee74c9a /LUFA/makefile
parent546ab8712ee4b3dbbe238876ea2dcb2e7b9f6746 (diff)
downloadlufa-a0f9192568b384af605487ae6a043b684016bfff.tar.gz
lufa-a0f9192568b384af605487ae6a043b684016bfff.tar.bz2
lufa-a0f9192568b384af605487ae6a043b684016bfff.zip
Minor documentation corrections.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r--LUFA/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index c6ca8b4b8..2dbecaf8e 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -53,10 +53,10 @@ LUFA_SRC_SCHEDULER = $(LUFA_ROOT_PATH)/Scheduler/Scheduler.c
# Check to see if the LUFA_PATH variable has not been set (the makefile is not being included from a project makefile)
ifeq ($(origin LUFA_PATH), undefined)
- LUFA_SRC_ALL_FILES = $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS) \
- $(LUFA_SRC_TEMPERATURE) $(LUFA_SRC_SERIAL) \
- $(LUFA_SRC_SERIALSTREAM) $(LUFA_SRC_TWI) \
- $(LUFA_SRC_SCHEDULER)
+ LUFA_SRC_ALL_FILES = $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS) \
+ $(LUFA_SRC_TEMPERATURE) $(LUFA_SRC_SERIAL) \
+ $(LUFA_SRC_SERIALSTREAM) $(LUFA_SRC_TWI) \
+ $(LUFA_SRC_SCHEDULER)
all: