1top_srcdir ?= ../.. 2 3include $(top_srcdir)/include/mk/env_pre.mk 4 5CFLAGS += -W -Wall 6LDLIBS += -lltp 7 8test08: CFLAGS+=-pthread 9test09: CFLAGS+=-pthread 10 11ifeq ($(ANDROID),1) 12FILTER_OUT_MAKE_TARGETS += test08 13endif 14 15 16include $(top_srcdir)/include/mk/generic_leaf_target.mk 17