add pin_io.h to clean
This commit is contained in:
parent
6cbc83f1ab
commit
675e4adc27
|
@ -4,7 +4,7 @@ DEVICETREE_GEN_DIR=.
|
||||||
cpu: soc.py
|
cpu: soc.py
|
||||||
python3 soc.py
|
python3 soc.py
|
||||||
clean:
|
clean:
|
||||||
rm -rf build csr.json overlay.config overlay.dts
|
rm -rf build csr.json overlay.config overlay.dts pin_io.h
|
||||||
overlay.dts overlay.config: csr.json litex_json2dts_zephyr.py
|
overlay.dts overlay.config: csr.json litex_json2dts_zephyr.py
|
||||||
# NOTE: Broken in LiteX 2022.4.
|
# NOTE: Broken in LiteX 2022.4.
|
||||||
$(DEVICETREE_GEN_DIR)/litex_json2dts_zephyr.py --dts overlay.dts --config overlay.config csr.json
|
$(DEVICETREE_GEN_DIR)/litex_json2dts_zephyr.py --dts overlay.dts --config overlay.config csr.json
|
||||||
|
|
Loading…
Reference in New Issue