Files
argon40-battery-display/battery/Makefile
Jeff Curless 7bf55073be Start porting the test driver over to the oneUp
Start porting the driver to the argon oneUp
2025-10-05 22:49:45 -04:00

8 lines
177 B
Makefile

obj-m += oneUpPower.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