6 lines
97 B
Makefile
6 lines
97 B
Makefile
|
|
ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
|
||
|
|
|
||
|
|
include $(call all-subdir-makefiles)
|
||
|
|
|
||
|
|
endif
|