https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ade83f33812e421f004d5b6e0286c03f6a8392c7 authored by Jason Self on 25 January 2014, 16:31:43 UTC
Linux-libre 3.10.28-gnu
Tip revision: ade83f3
Makefile
# Makefile for Linux samples code

obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ trace_events/ \
			   hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/
back to top