7 lines
246 B
Makefile
7 lines
246 B
Makefile
|
# Makefile for Linux samples code
|
||
|
|
||
|
obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \
|
||
|
hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
|
||
|
configfs/ connector/ v4l/ trace_printk/ blackfin/ \
|
||
|
vfio-mdev/ statx/
|