3357fcb24a
* Generalize GPIO handling. * Add libs to configure gpio's clocks and pads * Add Interrupt handling. * Introduce mmio.h and log.h Change-Id: I928e4c807d15031de2eede4b3ecff62df795f8ac
10 lines
147 B
Makefile
10 lines
147 B
Makefile
# Makefile for libpadconf
|
|
|
|
CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE -Wall -Werror -D_SYSTEM
|
|
|
|
LIB= padconf
|
|
|
|
SRCS= \
|
|
padconf.c
|
|
|
|
.include <bsd.lib.mk>
|