aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/wifi/generic/Makefile.inc
blob: 3683c3eaad3215deb752a172c9dc0c28300a8e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(CONFIG_DRIVERS_WIFI_GENERIC),y)

ramstage-y += generic.c
ramstage-$(CONFIG_GENERATE_SMBIOS_TABLES) += smbios.c

cbfs-files-$(CONFIG_WIFI_SAR_CBFS)  += wifi_sar_defaults.hex
wifi_sar_defaults.hex-file := $(call strip_quotes,$(CONFIG_WIFI_SAR_CBFS_FILEPATH))
wifi_sar_defaults.hex-type := raw

endif