5 lines
91 B
Makefile
5 lines
91 B
Makefile
vendor := $(srctree)/$(src)
|
|
|
|
ifneq "$(wildcard $(vendor)/qcom)" ""
|
|
subdir-y += qcom
|
|
endif
|