mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 15:47:12 +00:00

this moves most of the usb functionality into its own module, making the QemuServer.pm smaller Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 lines
241 B
Makefile
6 lines
241 B
Makefile
.PHONY: install
|
|
install:
|
|
install -D -m 0644 PCI.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer/PCI.pm
|
|
install -D -m 0644 USB.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer/USB.pm
|
|
install -D -m 0644 Memory.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer/Memory.pm
|