Skip to content

Commit e7b8b13

Browse files
authored
Merge pull request #748 from jepler/genhdr-output-directory
Create genhdr/ directory in time
2 parents 4e053ce + 88bbe42 commit e7b8b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ $(BUILD)/autogen_usb_descriptor.c $(BUILD)/genhdr/autogen_usb_descriptor.h: auto
388388
.INTERMEDIATE: autogen_usb_descriptor.intermediate
389389

390390
autogen_usb_descriptor.intermediate: tools/gen_usb_descriptor.py Makefile
391-
install -d $(BUILD)
391+
install -d $(BUILD)/genhdr
392392
python3 tools/gen_usb_descriptor.py \
393393
--manufacturer $(USB_MANUFACTURER)\
394394
--product $(USB_PRODUCT)\

0 commit comments

Comments
 (0)