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