Systemd/klibc/klibc/arch/ppc/Makefile.inc
greg@kroah.com a41a0e28c2 [PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
Not hooked up to the build yet.
2005-04-26 21:05:23 -07:00

16 lines
291 B
Makefile

# -*- makefile -*-
#
# arch/ppc/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
ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
archclean: