
#
# Makefile for the kernel eavb front-end device drivers.
#
ccflags-y := -DEAVB_DEBUGFS

obj-y += eavb_fe.o

eavb_fe-y := virtio_eavb.o
