Files
argon40-battery-display/battery/dkms/Makefile
Jeff Curless ca66fa0ea4 dkms appears to be working.
Modified the Makefile and dkms.conf file and things seem to be happier.
Now its just a matter of testing on multiple platforms with releases.
2026-01-10 18:43:58 -05:00

10 lines
187 B
Makefile

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