summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.arm
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2015-06-10 15:53:39 +0000
committerbr <br@FreeBSD.org>2015-06-10 15:53:39 +0000
commit1383b5af089a66e2c7d9e70772826e70b69651a2 (patch)
tree35c70864268bed022a78e62157c50403d10dbe93 /sys/conf/files.arm
parente196159c32af10b73074dc10646e502ea68f4415 (diff)
downloadFreeBSD-src-1383b5af089a66e2c7d9e70772826e70b69651a2.zip
FreeBSD-src-1383b5af089a66e2c7d9e70772826e70b69651a2.tar.gz
Allow DTrace to be compiled-in to the kernel.
This will require for AArch64 as we dont have modules yet. Sponsored by: HEIF5 Sponsored by: ARM Ltd. Differential Revision: https://reviews.freebsd.org/D1997
Diffstat (limited to 'sys/conf/files.arm')
-rw-r--r--sys/conf/files.arm5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index a406d33..f49f4551 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -78,7 +78,10 @@ board_id.h standard \
compile-with "${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
no-obj no-implicit-rule before-depend \
clean "board_id.h"
-cddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs compile-with "${ZFS_C}"
+cddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs | dtrace compile-with "${CDDL_C}"
+cddl/dev/dtrace/arm/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
+cddl/dev/dtrace/arm/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
+cddl/dev/fbt/arm/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
crypto/blowfish/bf_enc.c optional crypto | ipsec
crypto/des/des_enc.c optional crypto | ipsec | netsmb
dev/fb/fb.c optional sc
OpenPOWER on IntegriCloud