xref: /linux/samples/Makefile (revision f224a6915f266921507bb6e50a82f87a3de5b4b5)
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