Files
argon40-battery-display/battery/Makefile
Jeff Curless 6c84fd6422 Initial version of DKMS support.
Worked once, will not work again.  Build occurs, dkms reports that the
build of ./src/oneUpPower.ko failed.  Kernel module is being generated,
but not located anywhere it can be found.
2026-01-10 17:53:21 -05:00

15 lines
321 B
Makefile

obj-m += oneUpPower.o
#all:
# make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
#
#clean:
# make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
# Build with:
# make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
# Clean:
# make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean