Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / alpha / conf / Makefile.alpha
blob3e0b776910b835e1a3676e0d7172f76b904cbf61
1 #       $NetBSD: Makefile.alpha,v 1.81 2008/12/11 05:27:42 alc 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/alpha/conf/``machineid''
9 # after which you should do
10 #       config machineid
11 # Machine generic makefile changes should be made in
12 #       /sys/arch/alpha/conf/Makefile.alpha
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=   alpha
21 USETOOLS?=      no
22 NEED_OWN_INSTALL_TARGET?=no
23 .include <bsd.own.mk>
26 ## (1) port identification
28 ALPHA=          $S/arch/alpha
29 GENASSYM_CONF=  ${ALPHA}/alpha/genassym.cf
32 ## (2) compile settings
34 CPPFLAGS+=      -Dalpha
35 CFLAGS+=        -mno-fp-regs
36 AFLAGS+=        -traditional
38 NORMAL_S=       ${CPP} ${AFLAGS} ${CPPFLAGS} $< | ${TOOL_SED} -e 's,^\#.*,,' | \
39                 ${AS} -o ${.TARGET}
42 ## (3) libkern and compat
46 ## (4) local objects, compile rules, and dependencies
48 MD_OBJS=        locore.o transfer.o
49 MD_CFILES=
50 MD_SFILES=      ${ALPHA}/alpha/locore.s ${ALPHA}/alpha/transfer.s
52 locore.o: ${ALPHA}/alpha/locore.s assym.h
53         ${NORMAL_S}
55 transfer.o: ${ALPHA}/alpha/transfer.s
56         ${NORMAL_S}
58 lock_stubs.o: assym.h
61 ## (5) link settings
63 LINKFORMAT=     -N
64 TEXTADDR?=      fffffc0000430000
65 ENTRYPOINT=     __transfer
66 EXTRA_LINKFLAGS=        -G 4
67 STRIPFLAGS=     -g -X
70 ## (6) port specific target dependencies
73 # depend on CPU configuration
74 clock.o apecs.o cia.o lca.o ioasic.o icasic.o: Makefile
77 ## (7) misc settings
79 MKDEP_AFLAGS=   -x assembler-with-cpp ${AFLAGS}
82 ## (8) config(8) generated machinery
84 %INCLUDES
86 %OBJS
88 %CFILES
90 %SFILES
92 %LOAD
94 %RULES
97 ## (9) port independent kernel machinery
99 .include "$S/conf/Makefile.kern.inc"
102 ## (10) Appending make options.
104 %MAKEOPTIONSAPPEND