driver now kinda works
This commit is contained in:
parent
060ffddcf1
commit
7770b505f3
8 changed files with 235 additions and 65 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
obj-m = lcd.o
|
||||
lcd-y = src/lcd.o src/io.o src/checks.o
|
||||
lcd-y = src/lcd.o src/io.o src/checks.o src/interface.o src/proc.o
|
||||
|
||||
KVERSION = $(shell uname -r)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue