Jan. 26, 2021
5:10 p.m.
Il 26/01/21 14:34, Valdis KlÄtnieks ha scritto:
On Tue, 26 Jan 2021 14:24:13 +0100, Dario Pagani said:
What am I doing wrong? --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -112,6 +112,7 @@ obj-$(CONFIG_HID_STEELSERIES) += hid-steelseries.o obj-$(CONFIG_HID_SUNPLUS) += hid-sunplus.o obj-$(CONFIG_HID_GREENASIA) += hid-gaff.o obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o +obj-$(CONIFG_HID_TMINIT) += hid-tminit.o obj-$(CONFIG_HID_TIVO) += hid-tivo.o obj-$(CONFIG_HID_TOPSEED) += hid-topseed.o obj-$(CONFIG_HID_TWINHAN) += hid-twinhan.o One of these things is not like the others... A f*cking typo! 𤬠How did I manage to not notice it in 2 days!
Anyway thanks you very much! Now it compiles fine Cheers