aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver
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/ClassDriver
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/ClassDriver')
-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
14 files changed, 28 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