6 lines
174 B
Makefile
6 lines
174 B
Makefile
|
|
LOCAL_PATH := $(call my-dir)
|
||
|
|
include $(LOCAL_PATH)/products/sileadConfig.mk
|
||
|
|
|
||
|
|
ifeq ($(strip $(SILEAD_FP_SUPPORT)),yes)
|
||
|
|
include $(call all-makefiles-under, $(LOCAL_PATH))
|
||
|
|
endif
|