diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-12 01:10:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-12 01:10:24 +0000 |
commit | 38545a368ca50c8c24e5adae349bcbcae2065132 (patch) | |
tree | 81eaac7b3d99330be800ab8ae97dee28f2c9b49b /libc/sysdeps/linux/hppa/Makefile | |
parent | 63f4057c6726e42960439780675ad165cecc9f75 (diff) |
initial port to hppa
Diffstat (limited to 'libc/sysdeps/linux/hppa/Makefile')
-rw-r--r-- | libc/sysdeps/linux/hppa/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/hppa/Makefile b/libc/sysdeps/linux/hppa/Makefile new file mode 100644 index 000000000..b1bf1ef10 --- /dev/null +++ b/libc/sysdeps/linux/hppa/Makefile @@ -0,0 +1,15 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +TOPDIR=../../../../ + +top_srcdir=$(TOPDIR) +top_builddir=../../../../ +all: objs +include $(top_builddir)Rules.mak +include Makefile.arch +include $(top_srcdir)Makerules |