aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-08-11 11:51:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-08-11 11:51:43 +0000
commit9c590e41d716e7afb9bd45a86e811a6a58096771 (patch)
tree2bef8bd21a2902532de6f8a212b0e259f3d4a1be /Demos/Host
parenta5abb0eb3f368f0f090ebfd7f9fc22e94466f31e (diff)
downloadlufa-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 'Demos/Host')
-rw-r--r--Demos/Host/ClassDriver/AndroidAccessoryHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/AudioInputHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/AudioOutputHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/JoystickHostWithParser/makefile2
-rw-r--r--Demos/Host/ClassDriver/KeyboardHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/KeyboardHostWithParser/makefile2
-rw-r--r--Demos/Host/ClassDriver/MIDIHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/MassStorageHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/MouseHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/MouseHostWithParser/makefile2
-rw-r--r--Demos/Host/ClassDriver/PrinterHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/RNDISEthernetHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/StillImageHost/makefile2
-rw-r--r--Demos/Host/ClassDriver/VirtualSerialHost/makefile2
-rw-r--r--Demos/Host/LowLevel/AndroidAccessoryHost/makefile2
-rw-r--r--Demos/Host/LowLevel/AudioInputHost/makefile2
-rw-r--r--Demos/Host/LowLevel/AudioOutputHost/makefile2
-rw-r--r--Demos/Host/LowLevel/GenericHIDHost/makefile2
-rw-r--r--Demos/Host/LowLevel/JoystickHostWithParser/makefile2
-rw-r--r--Demos/Host/LowLevel/KeyboardHost/makefile2
-rw-r--r--Demos/Host/LowLevel/KeyboardHostWithParser/makefile2
-rw-r--r--Demos/Host/LowLevel/MIDIHost/makefile2
-rw-r--r--Demos/Host/LowLevel/MassStorageHost/makefile2
-rw-r--r--Demos/Host/LowLevel/MouseHost/makefile2
-rw-r--r--Demos/Host/LowLevel/MouseHostWithParser/makefile2
-rw-r--r--Demos/Host/LowLevel/PrinterHost/makefile2
-rw-r--r--Demos/Host/LowLevel/RNDISEthernetHost/makefile2
-rw-r--r--Demos/Host/LowLevel/StillImageHost/makefile2
-rw-r--r--Demos/Host/LowLevel/VirtualSerialHost/makefile2
29 files changed, 58 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile b/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile
index ea34442f7..847e83ab7 100644
--- a/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile
+++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/AudioInputHost/makefile b/Demos/Host/ClassDriver/AudioInputHost/makefile
index 172d90d55..4ab4233b8 100644
--- a/Demos/Host/ClassDriver/AudioInputHost/makefile
+++ b/Demos/Host/ClassDriver/AudioInputHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/AudioOutputHost/makefile b/Demos/Host/ClassDriver/AudioOutputHost/makefile
index 0c5347db4..581cbe539 100644
--- a/Demos/Host/ClassDriver/AudioOutputHost/makefile
+++ b/Demos/Host/ClassDriver/AudioOutputHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/makefile b/Demos/Host/ClassDriver/JoystickHostWithParser/makefile
index e04f86bfe..ae330efef 100644
--- a/Demos/Host/ClassDriver/JoystickHostWithParser/makefile
+++ b/Demos/Host/ClassDriver/JoystickHostWithParser/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/KeyboardHost/makefile b/Demos/Host/ClassDriver/KeyboardHost/makefile
index 6f6056af8..c51714d81 100644
--- a/Demos/Host/ClassDriver/KeyboardHost/makefile
+++ b/Demos/Host/ClassDriver/KeyboardHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile b/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile
index ef8c32791..652be6472 100644
--- a/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile
+++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/MIDIHost/makefile b/Demos/Host/ClassDriver/MIDIHost/makefile
index 63cba2b48..f374d1536 100644
--- a/Demos/Host/ClassDriver/MIDIHost/makefile
+++ b/Demos/Host/ClassDriver/MIDIHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/MassStorageHost/makefile b/Demos/Host/ClassDriver/MassStorageHost/makefile
index a626703cd..24ea3bf93 100644
--- a/Demos/Host/ClassDriver/MassStorageHost/makefile
+++ b/Demos/Host/ClassDriver/MassStorageHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/MouseHost/makefile b/Demos/Host/ClassDriver/MouseHost/makefile
index 0dd25b73b..5f13a7bdb 100644
--- a/Demos/Host/ClassDriver/MouseHost/makefile
+++ b/Demos/Host/ClassDriver/MouseHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/makefile b/Demos/Host/ClassDriver/MouseHostWithParser/makefile
index 13d217d64..b370535d4 100644
--- a/Demos/Host/ClassDriver/MouseHostWithParser/makefile
+++ b/Demos/Host/ClassDriver/MouseHostWithParser/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/PrinterHost/makefile b/Demos/Host/ClassDriver/PrinterHost/makefile
index 8ef479e8f..f7ffbdf61 100644
--- a/Demos/Host/ClassDriver/PrinterHost/makefile
+++ b/Demos/Host/ClassDriver/PrinterHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/makefile b/Demos/Host/ClassDriver/RNDISEthernetHost/makefile
index 359800c21..25b642597 100644
--- a/Demos/Host/ClassDriver/RNDISEthernetHost/makefile
+++ b/Demos/Host/ClassDriver/RNDISEthernetHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/StillImageHost/makefile b/Demos/Host/ClassDriver/StillImageHost/makefile
index 72eb8f814..f462c043d 100644
--- a/Demos/Host/ClassDriver/StillImageHost/makefile
+++ b/Demos/Host/ClassDriver/StillImageHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/makefile b/Demos/Host/ClassDriver/VirtualSerialHost/makefile
index 29e5a2ad9..047636d3a 100644
--- a/Demos/Host/ClassDriver/VirtualSerialHost/makefile
+++ b/Demos/Host/ClassDriver/VirtualSerialHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/makefile b/Demos/Host/LowLevel/AndroidAccessoryHost/makefile
index baacf57fb..a45b8a3de 100644
--- a/Demos/Host/LowLevel/AndroidAccessoryHost/makefile
+++ b/Demos/Host/LowLevel/AndroidAccessoryHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/AudioInputHost/makefile b/Demos/Host/LowLevel/AudioInputHost/makefile
index e64392815..93f61831b 100644
--- a/Demos/Host/LowLevel/AudioInputHost/makefile
+++ b/Demos/Host/LowLevel/AudioInputHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/AudioOutputHost/makefile b/Demos/Host/LowLevel/AudioOutputHost/makefile
index effdf1948..81fd4499f 100644
--- a/Demos/Host/LowLevel/AudioOutputHost/makefile
+++ b/Demos/Host/LowLevel/AudioOutputHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/GenericHIDHost/makefile b/Demos/Host/LowLevel/GenericHIDHost/makefile
index b3f0e08e0..3a948fed4 100644
--- a/Demos/Host/LowLevel/GenericHIDHost/makefile
+++ b/Demos/Host/LowLevel/GenericHIDHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/makefile b/Demos/Host/LowLevel/JoystickHostWithParser/makefile
index 314253e4f..9663ac91f 100644
--- a/Demos/Host/LowLevel/JoystickHostWithParser/makefile
+++ b/Demos/Host/LowLevel/JoystickHostWithParser/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/KeyboardHost/makefile b/Demos/Host/LowLevel/KeyboardHost/makefile
index 77d5898a3..dafe320cc 100644
--- a/Demos/Host/LowLevel/KeyboardHost/makefile
+++ b/Demos/Host/LowLevel/KeyboardHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/makefile b/Demos/Host/LowLevel/KeyboardHostWithParser/makefile
index ded8c52ce..e650b148e 100644
--- a/Demos/Host/LowLevel/KeyboardHostWithParser/makefile
+++ b/Demos/Host/LowLevel/KeyboardHostWithParser/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/MIDIHost/makefile b/Demos/Host/LowLevel/MIDIHost/makefile
index fa180e11d..e1e686a21 100644
--- a/Demos/Host/LowLevel/MIDIHost/makefile
+++ b/Demos/Host/LowLevel/MIDIHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/MassStorageHost/makefile b/Demos/Host/LowLevel/MassStorageHost/makefile
index 823b579bf..88fbc6543 100644
--- a/Demos/Host/LowLevel/MassStorageHost/makefile
+++ b/Demos/Host/LowLevel/MassStorageHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/MouseHost/makefile b/Demos/Host/LowLevel/MouseHost/makefile
index 1724ca406..dfb1a0089 100644
--- a/Demos/Host/LowLevel/MouseHost/makefile
+++ b/Demos/Host/LowLevel/MouseHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/makefile b/Demos/Host/LowLevel/MouseHostWithParser/makefile
index 0db7cc71a..c6568ca12 100644
--- a/Demos/Host/LowLevel/MouseHostWithParser/makefile
+++ b/Demos/Host/LowLevel/MouseHostWithParser/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/PrinterHost/makefile b/Demos/Host/LowLevel/PrinterHost/makefile
index b840c5412..5394ef3f1 100644
--- a/Demos/Host/LowLevel/PrinterHost/makefile
+++ b/Demos/Host/LowLevel/PrinterHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/makefile b/Demos/Host/LowLevel/RNDISEthernetHost/makefile
index 7da4d00f1..5366572ed 100644
--- a/Demos/Host/LowLevel/RNDISEthernetHost/makefile
+++ b/Demos/Host/LowLevel/RNDISEthernetHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/StillImageHost/makefile b/Demos/Host/LowLevel/StillImageHost/makefile
index c99387a85..e4afe453e 100644
--- a/Demos/Host/LowLevel/StillImageHost/makefile
+++ b/Demos/Host/LowLevel/StillImageHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/makefile b/Demos/Host/LowLevel/VirtualSerialHost/makefile
index 5400e5e5b..c2a3c6b22 100644
--- a/Demos/Host/LowLevel/VirtualSerialHost/makefile
+++ b/Demos/Host/LowLevel/VirtualSerialHost/makefile
@@ -9,6 +9,8 @@
# LUFA Project Makefile.
# --------------------------------------
+# Run "make help" for target help.
+
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY