11 lines
107 B
Makefile
11 lines
107 B
Makefile
NOGCCERROR=yes
|
|
NOCLANGERROR=yes
|
|
|
|
# Makefile for libdriver
|
|
|
|
LIB = usb
|
|
|
|
SRCS = usb.c
|
|
|
|
.include <bsd.lib.mk>
|