freebsd-skq/sys/modules/syscons/plasma/Makefile
Dag-Erling Smørgrav a50b01d224 17 years and change after I wrote warp_saver, here's a simple plasma effect
(currently only three circular patterns) which requires quite a bit of
fixed-point arithmetic, including sqrt() and cos().  Happy New Year!
2016-01-01 04:04:40 +00:00

9 lines
131 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/syscons/plasma
KMOD= plasma_saver
SRCS= fp16.c plasma_saver.c
.include <bsd.kmod.mk>