Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3862

Beginners • Re: How to add a new driver module to the Raspberry Pi kernel?

$
0
0
Did you run "make menuconfig" or similar to enable building CONFIG_TINYDRM_ST7789V as a module? It won't be in the defconfig.

Note that your makefile change should also be

Code:

obj-$(CONFIG_TINYDRM_ST7789V) += st7789v.o 

Statistics: Posted by 6by9 — Sat Feb 24, 2024 9:26 pm



Viewing all articles
Browse latest Browse all 3862

Trending Articles