ifeq ($(CONFIG_BCM_VIO),y)
  ifeq ($(CONFIG_DHD_STATIC_KO),y)
    obj-m += vio.o
  else
    obj-y += vio.o
  endif
endif
