Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $FreeBSD$

.PATH: ${SRCTOP}/sys/dev/bhnd/bhndb

KMOD=	bhndb_pci
SRCS=	bhndb_pci.c bhndb_pci_hwdata.c \
	bhndb_pci_sprom.c
SRCS+=	bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h
SRCS+=	bhnd_erom_if.h
SRCS+=	bhnd_nvram_if.h
SRCS+=	bhnd_pwrctl_hostb_if.h

SRCS+=	device_if.h bus_if.h pci_if.h

.include <bsd.kmod.mk>