From d29a408ffd906b537bcdce2a0cd98827ea5c27e3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 25 Jun 2010 13:28:34 +0000 Subject: Add default "all" makefile targets to the demo tree makefiles. --- Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c | 2 +- Demos/DualRole/makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'Demos/DualRole') diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c b/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c index e566cf89b..628ea381a 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c @@ -144,4 +144,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI const uint8_t ReportType, const void* ReportData, const uint16_t ReportSize) { // Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports -} \ No newline at end of file +} diff --git a/Demos/DualRole/makefile b/Demos/DualRole/makefile index f2ba1a83b..2e863bbad 100644 --- a/Demos/DualRole/makefile +++ b/Demos/DualRole/makefile @@ -13,5 +13,7 @@ # custom LUFA library build options are reflected in the compiled # code. +all: + %: $(MAKE) -C ClassDriver/ $@ -- cgit v1.2.3