kern.post.mk (f54c6ef1000da0103df7b95b7c6454c326f984b5) | kern.post.mk (aa3ea612be3659881392251e91912682b038ce78) |
---|---|
1# $FreeBSD$ 2 3# Part of a unified Makefile for building kernels. This part includes all 4# the definitions that need to be after all the % directives except %RULES 5# and ones that act like they are part of %RULES. 6# 7# Most make variables should not be defined in this file. Instead, they 8# should be defined in the kern.pre.mk so that port makefiles can --- 449 unchanged lines hidden (view full) --- 458.if ${MFS_IMAGE:Uno} != "no" 459.if empty(MD_ROOT_SIZE_CONFIGURED) 460embedfs_${MFS_IMAGE:T:R}.o: ${MFS_IMAGE} $S/dev/md/embedfs.S 461 ${CC} ${CFLAGS} ${ACFLAGS} -DMFS_IMAGE="${MFS_IMAGE}" -c \ 462 $S/dev/md/embedfs.S -o ${.TARGET} 463.endif 464.endif 465 | 1# $FreeBSD$ 2 3# Part of a unified Makefile for building kernels. This part includes all 4# the definitions that need to be after all the % directives except %RULES 5# and ones that act like they are part of %RULES. 6# 7# Most make variables should not be defined in this file. Instead, they 8# should be defined in the kern.pre.mk so that port makefiles can --- 449 unchanged lines hidden (view full) --- 458.if ${MFS_IMAGE:Uno} != "no" 459.if empty(MD_ROOT_SIZE_CONFIGURED) 460embedfs_${MFS_IMAGE:T:R}.o: ${MFS_IMAGE} $S/dev/md/embedfs.S 461 ${CC} ${CFLAGS} ${ACFLAGS} -DMFS_IMAGE="${MFS_IMAGE}" -c \ 462 $S/dev/md/embedfs.S -o ${.TARGET} 463.endif 464.endif 465 |
466# XXX strictly, everything depends on Makefile because changes to ${PROF} 467# only appear there, but we don't handle that. 468 | |
469.include "kern.mk" | 466.include "kern.mk" |