Makefile.arm (efdf807990c3b58353286174e5e6bbd601a31c33) | Makefile.arm (aa3ea612be3659881392251e91912682b038ce78) |
---|---|
1# Makefile.arm -- with config changes. 2# Copyright 1990 W. Jolitz 3# from: @(#)Makefile.i386 7.1 5/10/91 4# $FreeBSD$ 5# 6# Makefile for FreeBSD 7# 8# This makefile is constructed from a machine description: --- 21 unchanged lines hidden (view full) --- 30.endif 31.include "$S/conf/kern.pre.mk" 32 33INCLUDES+= -I$S/contrib/libfdt -I$S/contrib/device-tree/include 34 35LINUX_DTS_VERSION!= awk '/freebsd,dts-version/ { sub(/;$$/,"", $$NF); print $$NF }' $S/dts/freebsd-compatible.dts 36CFLAGS += -DLINUX_DTS_VERSION=\"${LINUX_DTS_VERSION}\" 37 | 1# Makefile.arm -- with config changes. 2# Copyright 1990 W. Jolitz 3# from: @(#)Makefile.i386 7.1 5/10/91 4# $FreeBSD$ 5# 6# Makefile for FreeBSD 7# 8# This makefile is constructed from a machine description: --- 21 unchanged lines hidden (view full) --- 30.endif 31.include "$S/conf/kern.pre.mk" 32 33INCLUDES+= -I$S/contrib/libfdt -I$S/contrib/device-tree/include 34 35LINUX_DTS_VERSION!= awk '/freebsd,dts-version/ { sub(/;$$/,"", $$NF); print $$NF }' $S/dts/freebsd-compatible.dts 36CFLAGS += -DLINUX_DTS_VERSION=\"${LINUX_DTS_VERSION}\" 37 |
38.if !defined(DEBUG) && !defined(PROFLEVEL) | 38.if !defined(DEBUG) |
39STRIP_FLAGS = -S 40.endif 41 42# We don't support gcc's thump interwork stuff, so disable it 43CFLAGS.gcc += -mno-thumb-interwork 44 45# We generally don't want fpu instructions in the kernel. 46CFLAGS.clang += -mfpu=none --- 62 unchanged lines hidden --- | 39STRIP_FLAGS = -S 40.endif 41 42# We don't support gcc's thump interwork stuff, so disable it 43CFLAGS.gcc += -mno-thumb-interwork 44 45# We generally don't want fpu instructions in the kernel. 46CFLAGS.clang += -mfpu=none --- 62 unchanged lines hidden --- |