mirror of https://github.com/openXC7/prjxray.git
075-pins: create destination directory
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
93d448e135
commit
e84a1d63df
|
|
@ -5,6 +5,7 @@ SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))
|
|||
database: $(SPECIMENS_OK)
|
||||
|
||||
pushdb:
|
||||
mkdir -p ${XRAY_FAMILY_DIR}/${XRAY_PART}/
|
||||
cp build/specimen_001/*_package_pins.csv ${XRAY_FAMILY_DIR}/${XRAY_PART}/package_pins.csv
|
||||
|
||||
$(SPECIMENS_OK):
|
||||
|
|
|
|||
Loading…
Reference in New Issue