blob: 980a543ed23aaf508919a8ef004ebb1e685e61c2 [file] [log] [blame]
# -*- makefile -*-
#
# arch/parisc/Makefile.inc
#
# Special rules for this architecture. Note that this is actually
# included from the main Makefile, and that pathnames should be
# accordingly.
#
ARCHOBJS = \
arch/$(ARCH)/setjmp.o \
arch/$(ARCH)/syscall.o
ARCHOOBJS = $(patsubst %o,%.lo,%(ARCHOBJS))
archclean:
arch/$(ARCH)/syscall.o: arch/$(ARCH)/syscall.c
$(CC) $(CFLAGS) -ffixed-r20 -c -o $@ $<