summaryrefslogtreecommitdiff
path: root/Makefile
blob: 855132a4d23dfd832337d53d5d1da602bd9b69d8 (plain)
1
2
3
4
5
vendor := $(srctree)/$(src)

ifneq "$(wildcard $(vendor)/qcom)" ""
	subdir-y += qcom
endif