1 # Makefile for the tps65217 Power Management IC found on the BeagleBones
5 DPADD
+= ${LIBI2CDRIVER} ${LIBCLKCONF} ${LIBSYS} ${LIBTIMERS}
6 LDADD
+= -li2cdriver
-lclkconf
-lsys
-ltimers
8 CPPFLAGS
+= -I
${NETBSDSRCDIR}
10 .
include <minix.service.mk
>