minix3/lib/libi2cdriver/Makefile

13 lines
146 B
Makefile
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
NOGCCERROR=yes
NOCLANGERROR=yes
CPPFLAGS+=-D_MINIX_SYSTEM
# Makefile for libi2cdriver
LIB= i2cdriver
SRCS= i2cdriver.c
.include <bsd.lib.mk>