2002-03-23 15:49:15 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2005-11-22 17:32:51 +00:00
|
|
|
.PATH: ${.CURDIR}/../../../../dev/pcf
|
2002-03-23 15:49:15 +00:00
|
|
|
|
2005-11-22 17:32:51 +00:00
|
|
|
KMOD= pcf
|
|
|
|
SRCS= ${envctrl} pcf.c ${pcf_ebus} ${pcf_isa}
|
|
|
|
SRCS+= bus_if.h device_if.h iicbus_if.h ${isa_if} ${ofw_bus_if}
|
|
|
|
|
2010-08-23 06:13:29 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "i386"
|
2005-11-22 17:32:51 +00:00
|
|
|
isa_if= isa_if.h
|
|
|
|
pcf_isa= pcf_isa.c
|
2005-10-28 15:58:19 +00:00
|
|
|
.endif
|
|
|
|
|
2010-08-23 06:13:29 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "sparc64"
|
2005-11-22 17:32:51 +00:00
|
|
|
envctrl= envctrl.c
|
|
|
|
ofw_bus_if= ofw_bus_if.h
|
|
|
|
pcf_ebus= pcf_ebus.c
|
2005-10-28 15:58:19 +00:00
|
|
|
.endif
|
|
|
|
|
2002-03-23 15:49:15 +00:00
|
|
|
.include <bsd.kmod.mk>
|