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