6 lines
174 B
Makefile
Executable File
6 lines
174 B
Makefile
Executable File
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 |