pve-manager/PVE/API2/Hardware/Makefile
Thomas Lamprecht 523d5f486b api: move PCI from Scan to Hardware path
as discussed[0] lets move this to /nodes/{node}/hardware/pci

Put this in its own subfolder and adapt module names and paths in UI.

[0]: https://pve.proxmox.com/pipermail/pve-devel/2018-November/034694.html
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-22 14:20:09 +01:00

16 lines
225 B
Makefile

include ../../../defines.mk
PERLSOURCE= \
PCI.pm
all:
.PHONY: clean
clean:
rm -rf *~
.PHONY: install
install:
install -d ${PERLLIBDIR}/PVE/API2/Hardware
install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2/Hardware