X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=samples%2FMakefile;h=76b3c3455c292b844c1cc14ec138cddf58d46a20;hp=2e02575f779441bf1babe686f50f0b7fb1d3e03e;hb=48987781eb1d1e8ded41f55cd5806615fda92c6e;hpb=804defea1c020d5c52985685e56986f1a399acde diff --git a/samples/Makefile b/samples/Makefile index 2e02575..76b3c34 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -1,3 +1,4 @@ # Makefile for Linux samples code -obj-$(CONFIG_SAMPLES) += markers/ kobject/ kprobes/ +obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ tracepoints/ trace_events/ \ + hw_breakpoint/ kfifo/