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