]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/conf/Makefile.amd64
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / conf / Makefile.amd64
1 # Makefile.amd64 -- with config changes.
2 # Copyright 1990 W. Jolitz
3 #       from: @(#)Makefile.i386 7.1 5/10/91
4 #       from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
5 # $FreeBSD$
6 #
7 # Makefile for FreeBSD
8 #
9 # This makefile is constructed from a machine description:
10 #       config machineid
11 # Most changes should be made in the machine description
12 #       /sys/amd64/conf/``machineid''
13 # after which you should do
14 #        config machineid
15 # Generic makefile changes should be made in
16 #       /sys/conf/Makefile.amd64
17 # after which config should be rerun for all machines.
18 #
19
20 # Which version of config(8) is required.
21 %VERSREQ=       600004
22
23 STD8X16FONT?=   iso
24
25 .if !defined(S)
26 .if exists(./@/.)
27 S=      ./@
28 .else
29 S=      ../../..
30 .endif
31 .endif
32 .include "$S/conf/kern.pre.mk"
33
34 INCLUDES+= -I$S/contrib/libfdt
35
36 .if !empty(DDB_ENABLED) || !empty(DTR_ENABLED) || !empty(HWPMC_ENABLED)
37 CFLAGS+=        -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
38 .endif
39
40 MKMODULESENV+= MACHINE=amd64
41
42 # XXX: clang integrated-as doesn't grok .codeNN directives yet
43 ASM_CFLAGS.acpi_wakecode.S=     ${CLANG_NO_IAS}
44 ASM_CFLAGS.mpboot.S=            ${CLANG_NO_IAS}
45 ASM_CFLAGS+=                    ${ASM_CFLAGS.${.IMPSRC:T}}
46
47 %BEFORE_DEPEND
48
49 %OBJS
50
51 %FILES.c
52
53 %FILES.s
54
55 %FILES.m
56
57 %CLEAN
58
59 %RULES
60
61 .include "$S/conf/kern.post.mk"