a50b01d224
(currently only three circular patterns) which requires quite a bit of fixed-point arithmetic, including sqrt() and cos(). Happy New Year!
9 lines
131 B
Makefile
9 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/plasma
|
|
|
|
KMOD= plasma_saver
|
|
SRCS= fp16.c plasma_saver.c
|
|
|
|
.include <bsd.kmod.mk>
|