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