Makefile.powerpc revision 209908
178388Sbenno# Makefile.powerpc -- with config changes.
24Srgrimes# Copyright 1990 W. Jolitz
3509Srgrimes#	from: @(#)Makefile.i386	7.1 5/10/91
450477Speter# $FreeBSD: head/sys/conf/Makefile.powerpc 209908 2010-07-11 21:08:29Z raj $
54Srgrimes#
6509Srgrimes# Makefile for FreeBSD
7509Srgrimes#
84Srgrimes# This makefile is constructed from a machine description:
94Srgrimes#	config machineid
104Srgrimes# Most changes should be made in the machine description
1178388Sbenno#	/sys/powerpc/conf/``machineid''
124Srgrimes# after which you should do
134Srgrimes#	 config machineid
144Srgrimes# Generic makefile changes should be made in
1585532Sru#	/sys/conf/Makefile.powerpc
164Srgrimes# after which config should be rerun for all machines.
174Srgrimes#
184Srgrimes
1930640Speter# Which version of config(8) is required.
20169612Swkoszek%VERSREQ=	600004
2130640Speter
2227674SphkSTD8X16FONT?=	iso
2327674Sphk
2452651Smarcel.if !defined(S)
252056Swollman.if exists(./@/.)
262056SwollmanS=	./@
272056Swollman.else
2879014SimpS=	../../..
292056Swollman.endif
3052651Smarcel.endif
3185909Simp.include "$S/conf/kern.pre.mk"
324Srgrimes
33209908SrajINCLUDES+= -I$S/contrib/libfdt
34209908Sraj
35133653SruCFLAGS+= -msoft-float
3686295Sbenno
37141170SgrehanDDB_ENABLED!=	grep DDB opt_ddb.h || true
38149863Sobrien.if !empty(DDB_ENABLED)
39141170SgrehanCFLAGS+=	-fno-omit-frame-pointer
40141170Sgrehan.endif
41141170Sgrehan
425327Sgibbs%BEFORE_DEPEND
435327Sgibbs
444Srgrimes%OBJS
454Srgrimes
4669135Speter%FILES.c
474Srgrimes
4869135Speter%FILES.s
4911918Sdg
5069135Speter%FILES.m
5138778Snsouch
526802Sgibbs%CLEAN
536802Sgibbs
5486276Simp%RULES
5586276Simp
5685909Simp.include "$S/conf/kern.post.mk"
57