Searched refs:MACHINE (Results 26 - 50 of 168) sorted by relevance

1234567

/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk21 # 2. that machine specific files end in .${MACHINE}
37 ${.CURDIR}/${.MAKE.DEPENDFILE_PREFIX}.${MACHINE} \
47 .elif ${.MAKE.DEPENDFILE_PREFERENCE:M*${MACHINE}} != "" && ${.MAKE.DEPENDFILE_DEFAULT:E} != ${MACHINE}
48 # MACHINE specific depend files are supported, but *not* default.
50 _aml = ${ALL_MACHINE_LIST:Uarm amd64 i386 powerpc:N${MACHINE}} ${MACHINE}
51 # make sure we restore MACHINE
52 _m := ${MACHINE}
53 _e := ${_aml:@MACHINE
54 MACHINE := ${_m} macro
[all...]
/freebsd-11-stable/share/mk/
H A Dsys.dependfile.mk22 # 2. that machine specific files end in .${MACHINE}
38 ${.CURDIR}/${.MAKE.DEPENDFILE_PREFIX}.${MACHINE} \
48 .elif ${.MAKE.DEPENDFILE_PREFERENCE:M*${MACHINE}} != "" && ${.MAKE.DEPENDFILE_DEFAULT:E} != ${MACHINE}
49 # MACHINE specific depend files are supported, but *not* default.
51 _aml = ${ALL_MACHINE_LIST:Uarm amd64 i386 powerpc:N${MACHINE}} ${MACHINE}
52 # make sure we restore MACHINE
53 _m := ${MACHINE}
54 _e := ${_aml:@MACHINE
55 MACHINE := ${_m} macro
[all...]
H A Dlocal.autodep.mk3 .if ${.MAKE.DEPENDFILE:M*.${MACHINE}} == ""
6 .if ${MACHINE} != ${UPDATE_DEPENDFILE_MACHINE}
/freebsd-11-stable/sys/modules/cam/
H A DMakefile5 .PATH: $S/cam $S/cam/scsi $S/cam/ata $S/${MACHINE}/${MACHINE}
22 .if exists($S/${MACHINE}/${MACHINE}/cam_machdep.c)
41 .if exists($S/${MACHINE}/${MACHINE}/ata_machdep.c)
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf32_sparc.sh12 MACHINE=
H A Delf32_spu.sh6 MACHINE=
H A Delf32mep.sh0 MACHINE=
H A Delf32mipswindiss.sh7 MACHINE=
H A Delf_s390.sh8 MACHINE=
H A Dshelf_vxworks.sh11 MACHINE=
H A Delf_i386.sh8 MACHINE=
H A Delf64alpha.sh12 MACHINE=
/freebsd-11-stable/sys/modules/cfi/
H A DMakefile9 .if ${MACHINE} == "arm"
12 .if ${MACHINE} == "powerpc"
/freebsd-11-stable/sys/modules/mem/
H A DMakefile4 .PATH: ${SRCTOP}/sys/${MACHINE}/${MACHINE}
/freebsd-11-stable/sys/modules/ispfw/
H A DMakefile40 .if ${MACHINE} == "sparc64"
/freebsd-11-stable/usr.sbin/
H A DMakefile.i38625 .if ${MACHINE} == "i386"
36 .elif ${MACHINE} == "pc98"
/freebsd-11-stable/sys/modules/i2c/controllers/
H A DMakefile3 .if ${MACHINE} == "pc98"
/freebsd-11-stable/sys/modules/mse/
H A DMakefile8 .if (${MACHINE} == "pc98")
/freebsd-11-stable/lib/libsysdecode/
H A Dmkioctls33 : ${MACHINE=$(uname -m)}
34 case "${MACHINE}" in
/freebsd-11-stable/stand/efi/fdt/
H A DMakefile14 CFLAGS+= -I${EFISRC}/include/${MACHINE}
/freebsd-11-stable/usr.sbin/fdcontrol/
H A DMakefile10 .if ${MACHINE} == "pc98"
/freebsd-11-stable/usr.sbin/fdformat/
H A DMakefile11 .if ${MACHINE} == "pc98"
/freebsd-11-stable/usr.sbin/pnpinfo/
H A DMakefile10 .if ${MACHINE} == "pc98"
/freebsd-11-stable/sys/riscv/include/
H A Dparam.h45 #ifndef MACHINE
46 #define MACHINE "riscv" macro
/freebsd-11-stable/sys/modules/le/
H A DMakefile11 .if ${MACHINE} == "pc98"
19 .if ${MACHINE} == "sparc64"

Completed in 207 milliseconds

1234567