Home
last modified time | relevance | path

Searched refs:userprogs (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.10/scripts/
DMakefile.clean31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
35 $(userprogs-always-y) $(userprogs-always-m) $(userprogs-always-)
DMakefile.userprogs7 user-csingle := $(foreach m, $(userprogs), $(if $($(m)-objs),,$(m)))
10 user-cmulti := $(foreach m, $(userprogs), $(if $($(m)-objs),$(m)))
13 user-cobjs := $(sort $(foreach m, $(userprogs), $($(m)-objs)))
DMakefile.lib79 userprogs += $(userprogs-always-y) $(userprogs-always-m)
80 always-y += $(userprogs-always-y) $(userprogs-always-m)
DMakefile.build57 userprogs := $(sort $(userprogs))
58 ifneq ($(userprogs),)
59 include scripts/Makefile.userprogs
/Linux-v5.10/kernel/bpf/preload/
DMakefile13 userprogs := bpf_preload_umd macro
15 clean-files := $(userprogs) bpf_helper_defs.h FEATURE-DUMP.libbpf staticobjs/ feature/
/Linux-v5.10/samples/watchdog/
DMakefile2 userprogs-always-y += watchdog-simple
/Linux-v5.10/samples/auxdisplay/
DMakefile2 userprogs-always-y += cfag12864b-example
/Linux-v5.10/samples/binderfs/
DMakefile2 userprogs-always-y += binderfs_example
/Linux-v5.10/samples/watch_queue/
DMakefile2 userprogs-always-y += watch_test
/Linux-v5.10/samples/timers/
DMakefile2 userprogs-always-y += hpet_example
/Linux-v5.10/samples/hidraw/
DMakefile2 userprogs-always-y += hid-example
/Linux-v5.10/samples/vfs/
DMakefile2 userprogs-always-y += test-fsmount test-statx
/Linux-v5.10/samples/uhid/
DMakefile2 userprogs-always-y += uhid-example
/Linux-v5.10/samples/mei/
DMakefile3 userprogs-always-y += mei-amt-version
/Linux-v5.10/samples/connector/
DMakefile4 userprogs-always-$(CONFIG_CC_CAN_LINK) += ucon
/Linux-v5.10/samples/seccomp/
DMakefile2 userprogs-always-y += bpf-fancy dropper bpf-direct user-trap
/Linux-v5.10/net/bpfilter/
DMakefile6 userprogs := bpfilter_umh macro
/Linux-v5.10/Documentation/kbuild/
Dmakefiles.rst786 The syntax is quite similar. The difference is to use "userprogs" instead of
797 userprogs := bpf-direct
815 userprogs := bpf-fancy
866 userprogs := bpfilter_umh
875 userprogs := binderfs_example
876 always-y := $(userprogs)
880 userprogs-always-y := binderfs_example