PCIe driver: remove depmod call

This commit is contained in:
2023-11-17 16:46:32 +01:00
parent fc75f4ea96
commit 6b2f6ef3d1

View File

@@ -8,7 +8,6 @@ all:
install:
make -C /lib/modules/$(shell uname -r)/build M=$(CURDIR) modules_install
depmod -A
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(CURDIR) clean