Update SVN line endings property on newer source files to native.
This commit is contained in:
parent
082537f5bd
commit
6e29655b54
36 changed files with 3684 additions and 3684 deletions
|
|
@ -1,19 +1,19 @@
|
|||
#
|
||||
# LUFA Library
|
||||
# Copyright (C) Dean Camera, 2012.
|
||||
#
|
||||
# dean [at] fourwalledcubicle [dot] com
|
||||
# www.lufa-lib.org
|
||||
#
|
||||
|
||||
# Makefile to build all the LUFA Build Tests. Build Tests are
|
||||
# used to verify the correctness of the LUFA library, and are
|
||||
# not intended to be modified or compiled by non-developers.
|
||||
|
||||
all:
|
||||
%:
|
||||
$(MAKE) -C BoardDriverTest $@
|
||||
$(MAKE) -C BootloaderTest $@
|
||||
$(MAKE) -C ModuleTest $@
|
||||
$(MAKE) -C SingleUSBModeTest $@
|
||||
$(MAKE) -C StaticAnalysisTest $@
|
||||
#
|
||||
# LUFA Library
|
||||
# Copyright (C) Dean Camera, 2012.
|
||||
#
|
||||
# dean [at] fourwalledcubicle [dot] com
|
||||
# www.lufa-lib.org
|
||||
#
|
||||
|
||||
# Makefile to build all the LUFA Build Tests. Build Tests are
|
||||
# used to verify the correctness of the LUFA library, and are
|
||||
# not intended to be modified or compiled by non-developers.
|
||||
|
||||
all:
|
||||
%:
|
||||
$(MAKE) -C BoardDriverTest $@
|
||||
$(MAKE) -C BootloaderTest $@
|
||||
$(MAKE) -C ModuleTest $@
|
||||
$(MAKE) -C SingleUSBModeTest $@
|
||||
$(MAKE) -C StaticAnalysisTest $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue