chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / arch / parisc / Makefile.inc
1 # -*- makefile -*-
2 #
3 # arch/parisc/Makefile.inc
4 #
5 # Special rules for this architecture.  Note that this is actually
6 # included from the main Makefile, and that pathnames should be
7 # accordingly.
8 #
9
10 ARCHOBJS = \
11         arch/$(ARCH)/setjmp.o \
12         arch/$(ARCH)/syscall.o
13
14 ARCHOOBJS = $(patsubst %o,%.lo,%(ARCHOBJS))
15
16 archclean:
17
18 arch/$(ARCH)/syscall.o: arch/$(ARCH)/syscall.c
19         $(CC) $(CFLAGS) -ffixed-r20 -c -o $@ $<