Merge branch 'master' into next

This commit is contained in:
Alam Ed Arias 2023-10-28 16:42:54 -04:00
commit b26cf5248f

View file

@ -18,6 +18,10 @@ opts+=-DHWRENDER
sources+=$(call List,hardware/Sourcefile)
endif
ifdef NONET
NOCURL=1
endif
ifndef NOMD5
sources+=md5.c
endif