> Mathieu Desnoyers wrote:
> >* Randy Dunlap (
randy.dunlap@oracle.com) wrote:
> >>This is RFC patch 2/2.
> >>Patch 1/2 introduces the samples/ infrastructure:
> >>
http://lkml.org/lkml/2007/9/24/397
> >>
> >
> >Hi Randy,
> >
> >I got this when building my markers (which looks alike your kprobes):
> >
> >ld: samples/built-in.o: No such file: No such file or directory
> >make: *** [.tmp_vmlinux1] Error 1
> >
> >And the Makefile from samples does not seem to be executed. And why is
> >there a Kbuild file in your first patch ?
>
> samples/Kbuild should be renamed to samples/Makefile.
> Sorry about that.
>
> I made the kprobes files build only as modules.
> You are probably attempting to build markers built-in, not as
> modules? That needs some makefile foo, I think. Sam??
>
>