Skip to content

Instantly share code, notes, and snippets.

View mennucc's full-sized avatar
😬
I am anguished by war

A Mennucc mennucc

😬
I am anguished by war
View GitHub Profile
@mennucc
mennucc / Makefile
Last active July 1, 2025 17:56 — forked from greenbigfrog/Makefile
Brief instructions to (re)compile nct6775 kernel module using DKMS
obj-m := nct6775-core.o
nct6775-objs := nct6775-platform.o
obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o
## this is not currently compiled
#obj-$(CONFIG_SENSORS_NCT6775_I2C) += nct6775-i2c.o