https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6af9f081f00b81839003e7a4ff9f29ad80a97940 authored by Jason Self on 03 November 2013, 23:41:59 UTC
Linux-libre 3.12-gnu
Tip revision: 6af9f08
Makefile
# Makefile for Linux samples code

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