Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.clean31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
35 $(userprogs-always-y) $(userprogs-always-m) $(userprogs-always-)
H A 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)))
H A DMakefile.lib93 userprogs += $(userprogs-always-y) $(userprogs-always-m)
94 always-y += $(userprogs-always-y) $(userprogs-always-m)
H A DMakefile.build57 userprogs := $(sort $(userprogs))
58 ifneq ($(userprogs),)
59 include scripts/Makefile.userprogs
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.clean31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
35 $(userprogs-always-y) $(userprogs-always-m) $(userprogs-always-)
H A 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)))
H A DMakefile.lib93 userprogs += $(userprogs-always-y) $(userprogs-always-m)
94 always-y += $(userprogs-always-y) $(userprogs-always-m)
H A DMakefile.build57 userprogs := $(sort $(userprogs))
58 ifneq ($(userprogs),)
59 include scripts/Makefile.userprogs
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.clean31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
35 $(userprogs-always-y) $(userprogs-always-m) $(userprogs-always-)
H A 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)))
H A DMakefile.lib93 userprogs += $(userprogs-always-y) $(userprogs-always-m)
94 always-y += $(userprogs-always-y) $(userprogs-always-m)
H A DMakefile.build57 userprogs := $(sort $(userprogs))
58 ifneq ($(userprogs),)
59 include scripts/Makefile.userprogs
/OK3568_Linux_fs/kernel/kernel/bpf/preload/
H A DMakefile16 userprogs := bpf_preload_umd macro
18 clean-files := $(userprogs) bpf_helper_defs.h FEATURE-DUMP.libbpf staticobjs/ feature/
/OK3568_Linux_fs/kernel/samples/watchdog/
H A DMakefile2 userprogs-always-y += watchdog-simple
/OK3568_Linux_fs/kernel/samples/auxdisplay/
H A DMakefile2 userprogs-always-y += cfag12864b-example
/OK3568_Linux_fs/kernel/samples/watch_queue/
H A DMakefile2 userprogs-always-y += watch_test
/OK3568_Linux_fs/kernel/samples/timers/
H A DMakefile2 userprogs-always-y += hpet_example
/OK3568_Linux_fs/kernel/samples/binderfs/
H A DMakefile2 userprogs-always-y += binderfs_example
/OK3568_Linux_fs/kernel/samples/hidraw/
H A DMakefile2 userprogs-always-y += hid-example
/OK3568_Linux_fs/kernel/samples/uhid/
H A DMakefile2 userprogs-always-y += uhid-example
/OK3568_Linux_fs/kernel/samples/vfs/
H A DMakefile2 userprogs-always-y += test-fsmount test-statx
/OK3568_Linux_fs/kernel/samples/mei/
H A DMakefile3 userprogs-always-y += mei-amt-version
/OK3568_Linux_fs/kernel/samples/connector/
H A DMakefile4 userprogs-always-$(CONFIG_CC_CAN_LINK) += ucon
/OK3568_Linux_fs/kernel/samples/seccomp/
H A DMakefile2 userprogs-always-y += bpf-fancy dropper bpf-direct user-trap
/OK3568_Linux_fs/kernel/net/bpfilter/
H A DMakefile6 userprogs := bpfilter_umh macro

12