No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / sparc / conf / Makefile.sparc
blob34a16580f2cb1e6564305e78ed551c1151a196af
1 #       $NetBSD: Makefile.sparc,v 1.85 2005/12/11 12:19:05 christos Exp $
3 # Makefile for NetBSD
5 # This makefile is constructed from a machine description:
6 #       config machineid
7 # Most changes should be made in the machine description
8 #       /sys/arch/sparc/conf/``machineid''
9 # after which you should do
10 #       config machineid
11 # Machine generic makefile changes should be made in
12 #       /sys/arch/sparc/conf/Makefile.sparc
13 # after which config should be rerun for all machines of that type.
15 # To specify debugging, add the config line: makeoptions DEBUG="-g"
16 # A better way is to specify -g only for a few files.
18 #       makeoptions DEBUGLIST="uvm* trap if_*"
20 MACHINE_ARCH=   sparc
21 USETOOLS?=      no
22 NEED_OWN_INSTALL_TARGET?=no
23 .include <bsd.own.mk>
26 ## (1) port identification
28 SPARC=          $S/arch/sparc
29 GENASSYM_CONF=  ${SPARC}/sparc/genassym.cf
32 ## (2) compile settings
34 # work around GCC (egcs-2.91.66) bug which is liable
35 # to use FPU registers as temporaries:
36 CFLAGS+=        -mno-fpu
37 AFLAGS+=        -x assembler-with-cpp -traditional-cpp
40 ## (3) libkern and compat
42 KERN_AS=        obj
45 ## (4) local objects, compile rules, and dependencies
47 MD_OBJS=        locore.o
48 MD_CFILES=
49 MD_SFILES=      ${SPARC}/sparc/locore.s
51 locore.o: ${SPARC}/sparc/locore.s assym.h
52         ${NORMAL_S}
54 amd7930intr.o bsd_fdintr.o lock_stubs.o: assym.h
57 ## (5) link settings
59 TEXTADDR?=      F0004000
60 EXTRA_LINKFLAGS=        -X
61 .if ${OBJECT_FMT} == "ELF"
62 KERN_LDSCRIPT?= kern.ldscript
63 LINKFORMAT=     -n -T ${SPARC}/conf/${KERN_LDSCRIPT}
64 .else
65 LINKFORMAT=     -N -p
66 .endif
69 ## (6) port specific target dependencies
73 ## (7) misc settings
77 ## (8) config(8) generated machinery
79 %INCLUDES
81 %OBJS
83 %CFILES
85 %SFILES
87 %LOAD
89 %RULES
92 ## (9) port independent kernel machinery
94 .include "$S/conf/Makefile.kern.inc"
97 ## (10) Appending make options.
99 %MAKEOPTIONSAPPEND