Makefile 307 B

12345678910111213
  1. # Makefile for uClibc-ng-test
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. top_srcdir=./
  4. top_builddir=$(if $(O),$(O),.)/
  5. export top_builddir
  6. # We do not need built-in implicit rules
  7. MAKEFLAGS += -r
  8. CONFIG_SHELL ?= /bin/sh
  9. export CONFIG_SHELL
  10. include $(top_srcdir)Makefile.in