13 lines
146 B
Makefile
13 lines
146 B
Makefile
|
NOGCCERROR=yes
|
||
|
NOCLANGERROR=yes
|
||
|
|
||
|
CPPFLAGS+=-D_MINIX_SYSTEM
|
||
|
|
||
|
# Makefile for libi2cdriver
|
||
|
|
||
|
LIB= i2cdriver
|
||
|
|
||
|
SRCS= i2cdriver.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|