xref: /linux/samples/Makefile (revision f4cbbcc28476cc6cbb3903fd794d62cc0710bd77)
1# Makefile for Linux samples code
2
3obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ trace_events/ livepatch/ \
4			   hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
5			   configfs/
6