15 lines
151 B
Makefile
15 lines
151 B
Makefile
# Makefile for libgpio
|
|
|
|
CPPFLAGS+= -D_SYSTEM -D_MINIX_SYSTEM
|
|
|
|
LIB= gpio
|
|
|
|
SRCS= \
|
|
gpio_omap.c
|
|
|
|
WARNS?= 5
|
|
|
|
CFLAGS+= -fno-builtin
|
|
|
|
.include <bsd.lib.mk>
|