SRCS=bus_if.h device_if.h opt_usb.h \
  config.h firmware.h input_layer.h netif.h p54u.h devnode.h \
  eeprom.h freemac.h isl38xx_common.h isl38xx_hardware.h output_layer.h pmalloc.h \
  softmac.h usb_transport.h \
  \
  eeprom.c freemac.c netif.c p54u.c softmac.c usb_transport.c firmware.c \
  input_layer.c output_layer.c pmalloc.c devnode.c

KMOD=p54u
CFLAGS=-I../include

.include <bsd.kmod.mk>

