renamed 349 -> 397

This commit is contained in:
Tiago Batista Cardoso
2026-02-10 14:27:26 +01:00
parent 95889d091c
commit 46e2d50a55
4 changed files with 68 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
MODULE_NAME := ch349_driver
MODULE_NAME := ch397_driver
obj-m := $(MODULE_NAME).o
SRC_DIR := src
@@ -6,7 +6,7 @@ BUILD_DIR := build
KDIR := /lib/modules/$(shell uname -r)/build
$(MODULE_NAME)-objs := $(SRC_DIR)/ch349_driver.o
$(MODULE_NAME)-objs := $(SRC_DIR)/ch397_driver.o
ccflags-y := -std=gnu11 -Wno-declaration-after-statement