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