f30a16b159
Change-Id: Ib5fa53913ecb7b46d30d391dbdd3e8ef21eb2254
8 lines
111 B
Makefile
8 lines
111 B
Makefile
# Makefile for libchardriver
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= chardriver
|
|
|
|
SRCS= chardriver.c
|
|
|
|
.include <bsd.lib.mk>
|