# Makefile for libmthread

CPPFLAGS+= -O1 -Wall -Werror -D_SYSTEM

LIB=	gpio

SRCS=	\
	gpio_omap.c  clkconf.c

.include <bsd.lib.mk>
