This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-17 01:22:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ee06b7e67
linux
/
samples
/
Makefile
4 lines
78 B
Makefile
Raw
Normal View
History
Unescape
Escape
Linux Kernel Markers - Samples Module example showing how to use the Linux Kernel Markers. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-19 06:41:08 +00:00
# Makefile for Linux samples code
kobject: add sample code for how to use kobjects in a simple manner. This is a simple kobject module, showing how to use kobj_attributes in basic and more complex ways. Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-11-27 19:28:26 +00:00
obj-$(CONFIG_SAMPLES)
+=
markers/ kobject/
Reference in New Issue
Copy Permalink