diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-11 11:51:43 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-11 11:51:43 +0000 |
commit | 9c590e41d716e7afb9bd45a86e811a6a58096771 (patch) | |
tree | 2bef8bd21a2902532de6f8a212b0e259f3d4a1be /Bootloaders | |
parent | a5abb0eb3f368f0f090ebfd7f9fc22e94466f31e (diff) | |
download | lufa-9c590e41d716e7afb9bd45a86e811a6a58096771.tar.gz lufa-9c590e41d716e7afb9bd45a86e811a6a58096771.tar.bz2 lufa-9c590e41d716e7afb9bd45a86e811a6a58096771.zip |
Add help text to the project makefiles to help new users get information on the improved build system.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/CDC/makefile | 2 | ||||
-rw-r--r-- | Bootloaders/DFU/makefile | 2 | ||||
-rw-r--r-- | Bootloaders/HID/makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile index c67e7623c..b34745c81 100644 --- a/Bootloaders/CDC/makefile +++ b/Bootloaders/CDC/makefile @@ -9,6 +9,8 @@ # LUFA Project Makefile. # -------------------------------------- +# Run "make help" for target help. + MCU = at90usb1287 ARCH = AVR8 BOARD = USBKEY diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile index 8a9a5adf7..049909c01 100644 --- a/Bootloaders/DFU/makefile +++ b/Bootloaders/DFU/makefile @@ -9,6 +9,8 @@ # LUFA Project Makefile. # -------------------------------------- +# Run "make help" for target help. + MCU = at90usb1287 ARCH = AVR8 BOARD = USBKEY diff --git a/Bootloaders/HID/makefile b/Bootloaders/HID/makefile index b6477f961..02b884a31 100644 --- a/Bootloaders/HID/makefile +++ b/Bootloaders/HID/makefile @@ -9,6 +9,8 @@ # LUFA Project Makefile. # -------------------------------------- +# Run "make help" for target help. + MCU = at90usb1287 ARCH = AVR8 BOARD = USBKEY |