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