Create genhdr/ directory in time

This commit is contained in:
Jeff Epler 2018-04-09 13:31:44 -05:00
parent 4e053cea0d
commit 88bbe425db
1 changed files with 1 additions and 1 deletions

View File

@ -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)\