https://github.com/torvalds/linux
Raw File
Tip revision: 881c4c07dd99f1b0a8b9f96e326cc755597ea522 authored by 1q84 on 01 September 2014, 14:29:16 UTC
Merge pull request #1 from torvalds/master
Tip revision: 881c4c0
Makefile
# Makefile for Linux samples code

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