8 lines
142 B
Makefile
8 lines
142 B
Makefile
# Makefile for arch-dependent framebuffer code
|
|
.include <bsd.own.mk>
|
|
|
|
HERE=${.CURDIR}/arch/${MACHINE_ARCH}
|
|
.PATH: ${HERE}
|
|
|
|
SRCS += fb_arch.c
|