I can't install the ch340 driver

Hello, I am a new Linux user. I want to install the ch340 to use my esp8266 but i have an error to when I try to use the make command:

~$ cd ch340
ayoub@ayoub-HP-EliteBook-820-G2:~/ch340$ make
make -C /lib/modules/6.10.9-061009-generic/build M=/home/ayoub/ch340
make[1]: *** /lib/modules/6.10.9-061009-generic/build : Aucun fichier ou dossier de ce nom. Arrêt.
make: *** [Makefile:5 : default] Erreur 2
(sorry for the spelling mistakes, I'm French)

Have you install headers for the kernel you compile for? What about ./configure any errors there?

How I can verify that ?

sudo apt install build-essential linux-headers-$(uname -r)

Should give you the tool to compile.