summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-04-09 14:48:21 -0400
committerGitHub <noreply@github.com>2018-04-09 14:48:21 -0400
commite7b8b131860fb74e54c19d90d1e7630b92afd947 (patch)
treeab426e50ba2812df107252ec369d258abdfce68b
parent4e053cea0df0105e05052087077b2431cad26718 (diff)
parent88bbe425db449c1648406a58896194cff36c386b (diff)
Merge pull request #748 from jepler/genhdr-output-directory
Create genhdr/ directory in time
-rw-r--r--ports/atmel-samd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile
index 99c6231c8..d675e6f2d 100644
--- a/ports/atmel-samd/Makefile
+++ b/ports/atmel-samd/Makefile
@@ -388,7 +388,7 @@ $(BUILD)/autogen_usb_descriptor.c $(BUILD)/genhdr/autogen_usb_descriptor.h: auto
.INTERMEDIATE: autogen_usb_descriptor.intermediate
autogen_usb_descriptor.intermediate: tools/gen_usb_descriptor.py Makefile
- install -d $(BUILD)
+ install -d $(BUILD)/genhdr
python3 tools/gen_usb_descriptor.py \
--manufacturer $(USB_MANUFACTURER)\
--product $(USB_PRODUCT)\