driver now kinda works

This commit is contained in:
Lauchmelder 2022-06-15 18:26:46 +02:00
parent 060ffddcf1
commit 7770b505f3
8 changed files with 235 additions and 65 deletions

View file

@ -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)