Fix Compilation on Ubuntu 18.04
[minix3.git] / minix / drivers / power / tps65217 / Makefile
blobd79636b8693f0fa06c8c97d99e8eeeb1a7f7cc16
1 # Makefile for the tps65217 Power Management IC found on the BeagleBones
2 PROG= tps65217
3 SRCS= tps65217.c
5 DPADD+= ${LIBI2CDRIVER} ${LIBCLKCONF} ${LIBSYS} ${LIBTIMERS}
6 LDADD+= -li2cdriver -lclkconf -lsys -ltimers
8 CPPFLAGS+= -I${NETBSDSRCDIR}
10 .include <minix.service.mk>