venet-device-objs += device.o
ifneq ($(CONFIG_VBUS_VENETTAP),n)
venet-device-objs += tap.o
endif

obj-$(CONFIG_VBUS_VENETDEV) += venet-device.o

