chiark / gitweb /
[PATCH] Dialout group fix for capi devices in the gentoo rules file
[elogind.git] / klibc / klibc / arch / x86_64 / Makefile.inc
1 # -*- makefile -*-
2 #
3 # arch/x86_64/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)/exits.o \
12         arch/$(ARCH)/setjmp.o \
13         arch/$(ARCH)/syscall.o
14
15 ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
16
17 archclean: