KBUILD_CFLAGS += -Werror

obj-y += custom.o

ifeq ($(CONFIG_BL_PCIE_SUPPORT),y)
obj-y += bl_dev.o
endif

ifeq ($(CONFIG_PCIE_WIFI_1103_SUPPORT),y)
obj-y += wifi_1103.o
endif
