diff options
Diffstat (limited to 'BuildTests/SingleUSBModeTest/makefile')
| -rw-r--r-- | BuildTests/SingleUSBModeTest/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BuildTests/SingleUSBModeTest/makefile b/BuildTests/SingleUSBModeTest/makefile index 9697ee6bf..c147d6236 100644 --- a/BuildTests/SingleUSBModeTest/makefile +++ b/BuildTests/SingleUSBModeTest/makefile @@ -13,6 +13,9 @@ # application.
all:
+ @echo Executing build test "SingleUSBModeTest".
+ @echo
+
$(MAKE) -f makefile.avr8 clean
$(MAKE) -f makefile.avr8 LUFA_OPTS='-D USB_DEVICE_ONLY'
$(MAKE) -f makefile.avr8 clean
@@ -26,6 +29,9 @@ all: $(MAKE) -f makefile.uc3 clean
$(MAKE) -f makefile.uc3 LUFA_OPTS='-D USB_HOST_ONLY'
+ @echo Build test "SingleUSBModeTest" complete.
+ @echo
+
clean:
$(MAKE) -f makefile.avr8 clean
$(MAKE) -f makefile.xmega clean
|
