summaryrefslogtreecommitdiffstats
blob: fbdcaafb289f7e6849f070a4d052080ca3f38530 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifeq ($(MAKECMDGOALS), sdk_addon)
ifeq ($(TARGET_PRODUCT), s3d)
include_s3d_makefiles = yes
endif
endif

ifeq ($(OMAP_ENHANCEMENT_S3D), true)
include_s3d_makefiles = yes
endif

ifdef include_s3d_makefiles
include $(call all-subdir-makefiles)
endif