misc/pca955*: Move models under hw/gpio
[qemu/kevin.git] / tests / lcitool / Makefile.include
blob3780185c7c450f66f1fbf6f259150e78251c4681
2 LCITOOL_REFRESH = $(SRC_PATH)/tests/lcitool/refresh
4 lcitool:
5         @echo 'Manage build environment manifests'
6         @echo
7         @echo 'Available targets:'
8         @echo
9         @echo '    lcitool:             Print this help.'
10         @echo '    lcitool-refresh:     Re-generate all build environment manifests.'
11         @echo
13 lcitool-help: lcitool
15 lcitool-refresh:
16         $(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci)
17         $(call quiet-command, $(PYTHON) $(LCITOOL_REFRESH))