Home
last modified time | relevance | path

Searched refs:SYSDIR (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/sys/conf/
H A Dacpi.mk6 .if !defined(SYSDIR) && defined(S)
7 SYSDIR= $S
11 ${SYSDIR}/${ACPICA_DIR}/common \
12 ${SYSDIR}/${ACPICA_COMP_DIR}/dispatcher \
13 ${SYSDIR}/${ACPICA_COMP_DIR}/executer \
14 ${SYSDIR}/${ACPICA_COMP_DIR}/parser \
15 ${SYSDIR}/${ACPICA_COMP_DIR}/events \
16 ${SYSDIR}/${ACPICA_COMP_DIR}/hardware \
19 ${SYSDIR}/${ACPICA_COMP_DIR}/tables \
25 ${SYSDIR}/${ACPICA_DIR}/common \
[all …]
H A Dkmod.mk260 .if !defined(SYSDIR) && exists(${_dir}/kern/)
261 SYSDIR= ${_dir}
264 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern)
267 S= ${SYSDIR}
278 path=${SYSDIR}/cpu/${MACHINE_ARCH}/include ;; \
280 path=${SYSDIR}/cpu/${MACHINE_ARCH} ;; \
282 path=${SYSDIR} ;; \
476 cd ${SYSDIR}/${_mdep} && make all
481 cd ${SYSDIR}/${_mdep} && make depend
486 cd ${SYSDIR}/${_mdep} && make install
[all …]
H A Dkern.fwd.mk13 _cpu_hdrs!= echo ${SYSDIR}/cpu/${MACHINE_ARCH}/include/*.h
31 ${_fwd}: ${SYSDIR}/sys/${_h}
/dragonfly/share/mk/
H A Dbsd.kmod.mk5 .if !defined(SYSDIR) && exists(${_dir}/conf/kmod.mk)
6 SYSDIR= ${_dir}
9 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern) || !exists(${SYSDIR}/conf/)
13 .include "${SYSDIR}/conf/kmod.mk"
14 .include "${SYSDIR}/conf/kern.paths.mk"
/dragonfly/usr.sbin/acpi/
H A DMakefile.inc4 SYSDIR?= ${.CURDIR}/../../../sys
5 .include "${SYSDIR}/conf/acpi.mk"
12 -I${SYSDIR}/${OSACPI_MI_DIR} \
13 -I${SYSDIR}/${ACPICA_DIR}/include \
14 -I${SYSDIR}/${ACPICA_DIR}/compiler \
15 -I${SYSDIR}
/dragonfly/sys/dev/drm/amd/amdgpu/
H A DMakefile337 KCFLAGS+= -I${SYSDIR}/dev/drm/include
338 KCFLAGS+= -I${SYSDIR}/dev/drm/include/drm
339 KCFLAGS+= -I${SYSDIR}/dev/drm/include/uapi
340 KCFLAGS+= -I${SYSDIR}/dev/drm/include/uapi/drm
342 KCFLAGS+= -I${SYSDIR}/dev/drm/amd/amdgpu
343 KCFLAGS+= -I${SYSDIR}/dev/drm/amd/display
345 KCFLAGS+= -I${SYSDIR}/dev/drm/amd/display/dc
353 KCFLAGS+= -I${SYSDIR}/dev/drm/amd/include
355 KCFLAGS+= -I${SYSDIR}/dev/drm/amd/powerplay/inc
358 KCFLAGS+= -I${SYSDIR}/dev/drm/scheduler
[all …]
/dragonfly/stand/boot/pc32/libi386/
H A DMakefile5 SYSDIR?= ${.CURDIR}/../../../../sys macro
6 .include "${SYSDIR}/conf/acpi.mk"
31 -I"${SYSDIR}/${ACPICA_DIR}/include" \
32 -I"${SYSDIR}/${OSACPI_MI_DIR}" \
37 CFLAGS+= -I${SYSDIR}
/dragonfly/sys/dev/acpica/
H A DMakefile.inc1 .include "${SYSDIR}/conf/acpi.mk"
5 -I${SYSDIR}/${OSACPI_MI_DIR} \
6 -I${SYSDIR}/${ACPICA_DIR}/include
H A DMakefile3 SYSDIR?= ${.CURDIR}/../.. macro
18 ${SYSDIR}/${OSACPI_MD_DIR} \
19 ${SYSDIR}/platform/${MACHINE_PLATFORM}/isa \
/dragonfly/contrib/smbfs/
H A DMakefile42 SYSDIR?=/usr/src/sys macro
49 echo SYSDIR=${SYSDIR} >> ${CONFIG_INT}
61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/netsmb/smb.h))
H A DMakefile.inc23 .if !exists(${SYSDIR}/netsmb/smb.h)
26 CFLAGS += -I${SYSDIR}
/dragonfly/sys/dev/drm/radeon/
H A DMakefile144 KCFLAGS+= -I${SYSDIR}/dev/drm/include
145 KCFLAGS+= -I${SYSDIR}/dev/drm/include/uapi
146 KCFLAGS+= -I${SYSDIR}/dev/drm/amd/include
147 KCFLAGS+= -I${SYSDIR}/contrib/dev/acpica/source/include
148 KCFLAGS+= -include ${SYSDIR}/dev/drm/kconfig.h
/dragonfly/sys/gnu/dev/misc/apple_gmux/
H A DMakefile6 KCFLAGS+= -I${SYSDIR}/dev/drm/include
7 KCFLAGS+= -I${SYSDIR}/dev/drm/include/uapi
8 KCFLAGS+= -include ${SYSDIR}/dev/drm/kconfig.h
/dragonfly/lib/libkvm/
H A DMakefile4 SYSDIR= ${.CURDIR}/../../sys macro
5 .PATH: ${SYSDIR}/kern
9 CFLAGS+=-I${SYSDIR}
/dragonfly/lib/libbluetooth/
H A DMakefile3 SYSDIR= ${.CURDIR}/../../sys/ macro
10 CFLAGS+= -I${.CURDIR} -I${SYSDIR}
33 CFLAGS+= -I${.CURDIR} -I${SYSDIR}
/dragonfly/sys/dev/drm/i915/
H A DMakefile146 KCFLAGS+= -I${SYSDIR}/dev/drm/include
147 KCFLAGS+= -I${SYSDIR}/dev/drm/include/uapi
148 KCFLAGS+= -I${SYSDIR}/contrib/dev/acpica/source/include
149 KCFLAGS+= -include ${SYSDIR}/dev/drm/kconfig.h
/dragonfly/sys/dev/drm/drm/
H A DMakefile119 KCFLAGS+= -I${SYSDIR}/dev/drm/include
120 KCFLAGS+= -I${SYSDIR}/dev/drm/include/drm
121 KCFLAGS+= -I${SYSDIR}/dev/drm/include/uapi
122 KCFLAGS+= -include ${SYSDIR}/dev/drm/kconfig.h
/dragonfly/sys/dev/video/vga/
H A DMakefile5 KCFLAGS+= -I${SYSDIR}/dev/drm/include
6 KCFLAGS+= -I${SYSDIR}/dev/drm/include/uapi
/dragonfly/contrib/smbfs/lib/
H A DMakefile.inc7 .if !exists(${SYSDIR}/netsmb/smb.h)
10 CFLAGS+= -I${SYSDIR}
/dragonfly/lib/libsdp/
H A DMakefile4 SYSDIR= ${.CURDIR}/../../sys/ macro
15 CFLAGS+= -I${.CURDIR} -I${SYSDIR}
/dragonfly/usr.bin/less/
H A Ddefines.h114 #define LESSKEYFILE_SYS SYSDIR "/sysless"
116 #define LESSKEYINFILE_SYS SYSDIR "/syslesskey"
/dragonfly/sys/dev/drm/radeonfw/
H A DMakefile.inc12 ${_FIRM}: ${SYSDIR}/contrib/dev/drm/radeonfw/${_FIRM}.uu
/dragonfly/sys/bus/smbus/smbacpi/
H A DMakefile8 .include "${SYSDIR}/dev/acpica/Makefile.inc"
/dragonfly/sys/bus/gpio/gpio_acpi/
H A DMakefile8 .include "${SYSDIR}/dev/acpica/Makefile.inc"
/dragonfly/sys/dev/virtual/hyperv/vmbus/
H A DMakefile1 SYSDIR?=${.CURDIR}/../../../.. macro

12