550fdfb443
Change-Id: I478704fbf30dbf6d3382bcbfb11e75b512c032a1
7 lines
167 B
Makefile
7 lines
167 B
Makefile
# Makefile for arch-dependent i2c code
|
|
.include <bsd.own.mk>
|
|
|
|
HERE=${.CURDIR}/arch/${MACHINE_ARCH}
|
|
.PATH: ${HERE}
|
|
|
|
SRCS += omap_i2c.c omap_i2c.h omap_i2c_registers.h
|