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