summaryrefslogtreecommitdiff
path: root/qcwcn/Android.mk
blob: d7e0509ca823a2f86ee92194d03f3d192a19ace9 (plain)
1
2
3
4
5
ifneq ($(TARGET_BOARD_AUTO),true)
  ifeq ($(BOARD_WLAN_DEVICE),qcwcn)
    include $(call all-subdir-makefiles)
  endif
endif