8 lines
167 B
PHP
8 lines
167 B
PHP
|
# 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
|