d9b62047f1
Change-Id: Ic2259c15645816627d757c9c45560cb4c5c0156c
14 lines
299 B
Makefile
14 lines
299 B
Makefile
# Makefile for the tps65217 Power Management IC found on the BeagleBones
|
|
PROG= tps65217
|
|
SRCS= tps65217.c
|
|
|
|
DPADD+= ${LIBI2CDRIVER} ${CLKCONF} ${LIBSYS} ${LIBTIMERS}
|
|
LDADD+= -li2cdriver -lclkconf -lsys -ltimers
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}
|
|
|
|
.include <minix.service.mk>
|