diff options
Diffstat (limited to 'newlib/libc/sys/m88kbug/Makefile.am')
-rw-r--r-- | newlib/libc/sys/m88kbug/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/libc/sys/m88kbug/Makefile.am b/newlib/libc/sys/m88kbug/Makefile.am new file mode 100644 index 00000000000..9e6c84db5a4 --- /dev/null +++ b/newlib/libc/sys/m88kbug/Makefile.am @@ -0,0 +1,14 @@ +## Process this file with automake to generate Makefile.in + +AUTOMAKE_OPTIONS = cygnus + +INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) + +noinst_LIBRARIES = lib.a + +lib_a_SOURCES = syscalls.c + +all: crt0.o + +ACLOCAL_AMFLAGS = -I ../../.. +CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host |