You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
236 B
10 lines
236 B
7 years ago
|
obj-$(CONFIG_MSM_11AD) += msm_11ad_proxy.o
|
||
|
|
||
|
msm_11ad_proxy-y := msm_11ad.o
|
||
|
subdir-ccflags-y += -D__CHECK_ENDIAN__
|
||
|
|
||
|
# need to locate wil_platform.h
|
||
|
WIL_11AD_PATH = drivers/net/wireless/ath/wil6210
|
||
|
subdir-ccflags-y += -I$(WIL_11AD_PATH)
|
||
|
|