5 lines
112 B
Makefile
5 lines
112 B
Makefile
ifneq ($(QCPATH),)
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif #QCPATH
|