https://github.com/torvalds/linux
Raw File
Tip revision: eff4b7d38e9f9d37679a339177d1b9802d5896d5 authored by lancelot on 07 March 2018, 03:26:36 UTC
Revert "test github"
Tip revision: eff4b7d
Makefile
# builds a module that calls various trace_printk routines
# then to use one (as root):  insmod <module_name.ko>

# This module can also be used to test the trace_printk code.

obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace-printk.o
back to top