Deleted Added
full compact
Makefile.amd64 (276499) Makefile.amd64 (276696)
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
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: head/sys/conf/Makefile.amd64 276499 2015-01-01 10:07:57Z rdivacky $
5# $FreeBSD: head/sys/conf/Makefile.amd64 276696 2015-01-05 12:28:22Z imp $
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

--- 18 unchanged lines hidden (view full) ---

32.include "$S/conf/kern.pre.mk"
33
34INCLUDES+= -I$S/contrib/libfdt
35
36.if !empty(DDB_ENABLED) || !empty(DTR_ENABLED) || !empty(HWPMC_ENABLED)
37CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
38.endif
39
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

--- 18 unchanged lines hidden (view full) ---

32.include "$S/conf/kern.pre.mk"
33
34INCLUDES+= -I$S/contrib/libfdt
35
36.if !empty(DDB_ENABLED) || !empty(DTR_ENABLED) || !empty(HWPMC_ENABLED)
37CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
38.endif
39
40ASM_CFLAGS.acpi_wakecode.S= ${CLANG_NO_IAS34}
41ASM_CFLAGS.mpboot.S= ${CLANG_NO_IAS34}
42
40%BEFORE_DEPEND
41
42%OBJS
43
44%FILES.c
45
46%FILES.s
47
48%FILES.m
49
50%CLEAN
51
52%RULES
53
54.include "$S/conf/kern.post.mk"
43%BEFORE_DEPEND
44
45%OBJS
46
47%FILES.c
48
49%FILES.s
50
51%FILES.m
52
53%CLEAN
54
55%RULES
56
57.include "$S/conf/kern.post.mk"