File tree Expand file tree Collapse file tree 9 files changed +8
-20
lines changed Expand file tree Collapse file tree 9 files changed +8
-20
lines changed Original file line number Diff line number Diff line change 11PACKAGE = tests
2- SYSDIR? =${SRCTOP}/sys
3- .PATH : ${SYSDIR}/tests
2+ .PATH : ${SRCTOP}/sys/tests
43
54KMOD = ktest
65SRCS = ktest.c
Original file line number Diff line number Diff line change 11PACKAGE = tests
22
3- SYSDIR? =${SRCTOP}/sys
4- .include "${SYSDIR}/conf/kern.opts.mk"
3+ .include "${SRCTOP}/sys/conf/kern.opts.mk"
54
6- .PATH : ${SYSDIR} /tests
5+ .PATH : ${SRCTOP}/sys /tests
76
87KMOD = ktest_example
98SRCS = ktest_example.c
Original file line number Diff line number Diff line change 1- # $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
2-
31SYSDIR? =${SRCTOP}/sys
42.include "${SYSDIR}/conf/kern.opts.mk"
53
Original file line number Diff line number Diff line change 1- SYSDIR? = ${SRCTOP}/sys
1+ SYSDIR? =${SRCTOP}/sys
22
33.PATH : ${SYSDIR}/cddl/compat/opensolaris/kern
44.PATH : ${SYSDIR}/contrib/openzfs/module/os/freebsd/spl
Original file line number Diff line number Diff line change 11.PATH : ${SRCTOP}/sys/dev/rtwn
2-
3- SYSDIR? =${SRCTOP}/sys
4- .include "${SYSDIR}/conf/kern.opts.mk"
2+ .include "${SRCTOP}/sys/conf/kern.opts.mk"
53
64KMOD = rtwn
75SRCS = if_rtwn.c if_rtwn_tx.c if_rtwn_rx.c if_rtwn_beacon.c \
Original file line number Diff line number Diff line change 11.PATH : ${SRCTOP}/sys/dev/rtwn/pci
2-
3- SYSDIR? =${SRCTOP}/sys
4- .include "${SYSDIR}/conf/kern.opts.mk"
2+ .include "${SRCTOP}/sys/conf/kern.opts.mk"
53
64KMOD = if_rtwn_pci
75SRCS = rtwn_pci_attach.c rtwn_pci_reg.c rtwn_pci_rx.c rtwn_pci_tx.c \
Original file line number Diff line number Diff line change 11.PATH : ${SRCTOP}/sys/dev/rtwn/usb
2-
3- SYSDIR? =${SRCTOP}/sys
4- .include "${SYSDIR}/conf/kern.opts.mk"
2+ .include "${SRCTOP}/sys/conf/kern.opts.mk"
53
64KMOD = if_rtwn_usb
75SRCS = rtwn_usb_attach.c rtwn_usb_ep.c rtwn_usb_reg.c rtwn_usb_rx.c \
Original file line number Diff line number Diff line change 1- SYSDIR? =${SRCTOP}/sys
2- .include "${SYSDIR}/conf/kern.opts.mk"
1+ .include "${SRCTOP}/sys/conf/kern.opts.mk"
32
43# Modules that include binary-only blobs of microcode should be selectable by
54# MK_SOURCELESS_UCODE option (see below).
Original file line number Diff line number Diff line change 11SYSDIR? =${SRCTOP}/sys
2-
32.PATH : ${SYSDIR}/dev/sound
43.PATH : ${SYSDIR}/dev/sound/pcm
54.PATH : ${SYSDIR}/dev/sound/midi
You can’t perform that action at this time.
0 commit comments