Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / cesfic / conf / Makefile.cesfic
blob6d57b63d51927a4011b63d4f32db984fdf34e7f4
1 #       $NetBSD: Makefile.cesfic,v 1.14 2005/12/11 12:17: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/cesfic/conf/``machineid''
9 # after which you should do
10 #       config machineid
11 # Machine generic makefile changes should be made in
12 #       /sys/arch/cesfic/conf/Makefile.cesfic
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=m68k
21 USETOOLS?=      no
22 NEED_OWN_INSTALL_TARGET?=no
23 .include <bsd.own.mk>
26 ## (1) port identification
28 CESFIC=         $S/arch/cesfic
29 GENASSYM_CONF=  ${CESFIC}/cesfic/genassym.cf
32 ## (2) compile settings
34 CPPFLAGS+=      -Dcesfic
35 CWARNFLAGS+=    -Wno-format
36 CFLAGS+=        -msoft-float
37 AFLAGS+=        -x assembler-with-cpp -traditional-cpp
38 AFLAGS+=        -Wa,-m68040 -Wa,-m68030 -Wa,-m68851
41 ## (3) libkern and compat
43 KERN_AS=        obj
46 ## (4) local objects, compile rules, and dependencies
48 # for the Motorola 68040 Floating Point Software Product
49 .include "$S/arch/m68k/fpsp/Makefile.inc"
51 MD_OBJS=        locore.o ${FPSP}
52 MD_CFILES=
53 MD_SFILES=      ${CESFIC}/cesfic/locore.s
55 locore.o: ${CESFIC}/cesfic/locore.s assym.h
56         ${NORMAL_S}
59 ## (5) link settings
61 LINKFORMAT=     -n
62 TEXTADDR?=      2000
65 ## (6) port specific target dependencies
69 ## (7) misc settings
73 ## (8) config(8) generated machinery
75 %INCLUDES
77 %OBJS
79 %CFILES
81 #%SFILES
83 %LOAD
85 %RULES
88 ## (9) port independent kernel machinery
90 .include "$S/conf/Makefile.kern.inc"
93 ## (10) Appending make options.
95 %MAKEOPTIONSAPPEND