summaryrefslogtreecommitdiff
path: root/Makefile
blob: 28b7c4e4f71735c496916220f5810f9975ba47ac (plain)
1
2
3
4
5
6
7
8
9
10
vendor := $(srctree)/$(src)

ifneq "$(wildcard $(vendor)/qcom)" ""
	subdir-y += qcom
	subdir-y += ../graphics-devicetree
	subdir-y += ../display-devicetree
	subdir-y += ../video-devicetree
	subdir-y += ../wlan-devicetree
	subdir-y += ../audio-devicetree
endif