Files
argon40-battery-display/battery/Makefile
Jeff Curless a86f458c0e Add dummy battery module to the system...
Hopefully this can be modified to create the actual code needed to
monitor the battery of the argon-oneUp.
2025-10-05 13:09:49 -04:00

8 lines
180 B
Makefile

obj-m += dummy_battery.o
# 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