custom kernel modules
There has been a security update from intel for my HP workstational and I need to update the "bios" and uefi. The security upgrade from HP has a kernel module
[ruben@flatbush hpuefi-mod-1.0.3]$ make
make -C /lib/modules/4.9.67-1-lts/build SUBDIRS=/home/ruben/src/hp_bios/non-rpms/hpuefi-mod-1.0.3 modules
make[1]: Entering directory '/usr/lib/modules/4.9.67-1-lts/build'
CC [M] /home/ruben/src/hp_bios/non-rpms/hpuefi-mod-1.0.3/hpuefi.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/ruben/src/hp_bios/non-rpms/hpuefi-mod-1.0.3/hpuefi.mod.o
LD [M] /home/ruben/src/hp_bios/non-rpms/hpuefi-mod-1.0.3/hpuefi.ko
make[1]: Leaving directory '/usr/lib/modules/4.9.67-1-lts/build'
[ruben@flatbush hpuefi-mod-1.0.3]$ sudo make install
[sudo] password for ruben:
install -D -m 0644 hpuefi.ko /lib/modules/4.9.67-1-lts/kernel/drivers/hpuefi/hpuefi.ko
depmod
install -D -m 0744 mkdevhpuefi /lib/modules/4.9.67-1-lts/kernel/drivers/hpuefi
How do I carry this forward with the next kernel upgrade?