mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
[sam] Renamed host example
This commit is contained in:
parent
bc62c81396
commit
a7033f459e
@ -22,20 +22,20 @@ SUBMAKE_OPTIONS=--no-builtin-rules --no-builtin-variables
|
|||||||
# Rules
|
# Rules
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
all: test_usb_device
|
all: test_usb_host
|
||||||
|
|
||||||
.PHONY: test_usb_device
|
.PHONY: test_usb_host
|
||||||
test:
|
test:
|
||||||
@echo --- Making test_usb_device
|
@echo --- Making test_usb_host
|
||||||
@$(MAKE) DEBUG=1 $(SUBMAKE_OPTIONS) -f test_usb_device.mk
|
@$(MAKE) DEBUG=1 $(SUBMAKE_OPTIONS) -f test_usb_host.mk
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@echo --- Cleaning test_usb_device
|
@echo --- Cleaning test_usb_host
|
||||||
@$(MAKE) DEBUG=1 $(SUBMAKE_OPTIONS) -f test_usb_device.mk $@
|
@$(MAKE) DEBUG=1 $(SUBMAKE_OPTIONS) -f test_usb_host.mk $@
|
||||||
|
|
||||||
.PHONY: debug
|
.PHONY: debug
|
||||||
debug:
|
debug:
|
||||||
@echo --- Debugging test_usb_device
|
@echo --- Debugging test_usb_host
|
||||||
@$(MAKE) DEBUG=1 $(SUBMAKE_OPTIONS) -f test_usb_device.mk $@
|
@$(MAKE) DEBUG=1 $(SUBMAKE_OPTIONS) -f test_usb_host.mk $@
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user