Searched refs:userprogs (Results 1 – 20 of 20) sorted by relevance
/linux/scripts/ |
A D | Makefile.clean | 31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 35 $(userprogs-always-y) $(userprogs-always-m) $(userprogs-always-)
|
A D | Makefile.userprogs | 7 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)))
|
A D | Makefile.lib | 74 userprogs += $(userprogs-always-y) $(userprogs-always-m) 75 always-y += $(userprogs-always-y) $(userprogs-always-m)
|
A D | Makefile.build | 57 userprogs := $(sort $(userprogs)) 58 ifneq ($(userprogs),) 59 include $(srctree)/scripts/Makefile.userprogs
|
/linux/samples/watchdog/ |
A D | Makefile | 2 userprogs-always-y += watchdog-simple
|
/linux/samples/auxdisplay/ |
A D | Makefile | 2 userprogs-always-y += cfag12864b-example
|
/linux/samples/timers/ |
A D | Makefile | 2 userprogs-always-y += hpet_example
|
/linux/samples/binderfs/ |
A D | Makefile | 2 userprogs-always-y += binderfs_example
|
/linux/samples/watch_queue/ |
A D | Makefile | 2 userprogs-always-y += watch_test
|
/linux/samples/uhid/ |
A D | Makefile | 2 userprogs-always-y += uhid-example
|
/linux/samples/hidraw/ |
A D | Makefile | 2 userprogs-always-y += hid-example
|
/linux/samples/vfs/ |
A D | Makefile | 2 userprogs-always-y += test-fsmount test-statx
|
/linux/samples/mei/ |
A D | Makefile | 3 userprogs-always-y += mei-amt-version
|
/linux/samples/fanotify/ |
A D | Makefile | 2 userprogs-always-y += fs-monitor
|
/linux/samples/connector/ |
A D | Makefile | 4 userprogs-always-$(CONFIG_CC_CAN_LINK) += ucon
|
/linux/samples/landlock/ |
A D | Makefile | 3 userprogs-always-y := sandboxer
|
/linux/samples/seccomp/ |
A D | Makefile | 2 userprogs-always-y += bpf-fancy dropper bpf-direct user-trap
|
/linux/net/bpfilter/ |
A D | Makefile | 6 userprogs := bpfilter_umh macro
|
/linux/kernel/bpf/preload/ |
A D | Makefile | 28 userprogs := bpf_preload_umd macro
|
/linux/Documentation/kbuild/ |
A D | makefiles.rst | 588 obj-y/m, lib-y/m, extra-y/m, always-y/m, hostprogs, userprogs, Kbuild 916 The syntax is quite similar. The difference is to use "userprogs" instead of 927 userprogs := bpf-direct 945 userprogs := bpf-fancy 996 userprogs := bpfilter_umh 1005 userprogs := binderfs_example 1006 always-y := $(userprogs) 1010 userprogs-always-y := binderfs_example
|
Completed in 19 milliseconds