David van Moolenbroek 65f76edb8f minix libraries: resolve clang warnings
Change-Id: I0f3425fb8838708c9848a006f1eee5ab1bad71d2
2014-09-30 21:04:09 +00:00

12 lines
129 B
Makefile

# Makefile for libi2cdriver
NOGCCERROR=yes
CPPFLAGS+=-D_MINIX_SYSTEM
LIB= i2cdriver
SRCS= i2cdriver.c
.include <bsd.lib.mk>