Commit a98edd50 authored by Matthieu Cattin's avatar Matthieu Cattin

sw: Add install command to cp210x makefile.

parent 87feaf4a
obj-m = cp210x.o obj-m = cp210x.o
KVERSION = $(shell uname -r) KVERSION = $(shell uname -r)
all: all:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean: clean:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean
install:
cp cp210x.ko /lib/modules/$(KVERSION)/kernel/drivers/usb/serial/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment