projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.
[pub/lufa.git]
/
BuildTests
/
ModuleTest
/
makefile
diff --git
a/BuildTests/ModuleTest/makefile
b/BuildTests/ModuleTest/makefile
index
170c930
..
a756c30
100644
(file)
--- a/
BuildTests/ModuleTest/makefile
+++ b/
BuildTests/ModuleTest/makefile
@@
-12,6
+12,8
@@
# all module headers in a simple C and C++
\r
# application.
\r
\r
# all module headers in a simple C and C++
\r
# application.
\r
\r
+# Path to the LUFA library core
\r
+LUFA_PATH = ../../LUFA/
\r
\r
# List of device families per architecture, one device per architecture sub-family
\r
AVR8_FAMILIES = at90usb1287 at90usb1286 atmega16u4 atmega16u2 at90usb162
\r
\r
# List of device families per architecture, one device per architecture sub-family
\r
AVR8_FAMILIES = at90usb1287 at90usb1286 atmega16u4 atmega16u2 at90usb162
\r
@@
-51,4
+53,8
@@
clean:
$(MAKE) -s -f makefile.test clean ARCH=UC3
\r
\r
%:
\r
$(MAKE) -s -f makefile.test clean ARCH=UC3
\r
\r
%:
\r
-
\ No newline at end of file
+
\r
+.PHONY: all arch_avr8 arch_xmega arch_uc3 begin end
\r
+
\r
+# Include LUFA build script makefiles
\r
+include $(LUFA_PATH)/Build/lufa.core.in
\r