summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index abd609a..07e6bfe 100755
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ run: ina260.c
- rmmod ina260
make clean
make
- insmod ina260
+ insmod ina260.ko
echo ina260 $(TEST_DEV_ADDR) > /sys/bus/i2c/devices/i2c-2/new_device
run-full: ina2602.c
@@ -21,7 +21,7 @@ run-full: ina2602.c
- rmmod ina260_full
make clean
make
- insmod ina260_full
+ insmod ina260_full.ko
echo ina260 $(TEST_DEV_ADDR) > /sys/bus/i2c/devices/i2c-2/new_device
clean: