Create the hwmon folder if it does not exist
This commit is contained in:

committed by
Guenter Roeck

parent
c01952b9ca
commit
b9deb7cb41
3
Makefile
3
Makefile
@@ -32,5 +32,6 @@ modules clean:
|
|||||||
install: modules_install
|
install: modules_install
|
||||||
|
|
||||||
modules_install:
|
modules_install:
|
||||||
cp $(DRIVER).ko $(KERNEL_MODULES)/kernel/$(MOD_SUBDIR)
|
mkdir -p $(KERNEL_MODULES)/kernel/$(MOD_SUBDIR)
|
||||||
|
cp $(DRIVER).ko $(KERNEL_MODULES)/kernel/$(MOD_SUBDIR)/
|
||||||
depmod -a -F $(SYSTEM_MAP) $(TARGET)
|
depmod -a -F $(SYSTEM_MAP) $(TARGET)
|
||||||
|
Reference in New Issue
Block a user