Re: compiling Kernel Modules with debugging information enabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Le 16.07.2005 19:11, k8 s a écrit :
> To be more clear, say I have selected CONFIG_XFRM=y in .config file
> I want to make a change such that net/xfrm/Makefile has an entry 
> CFLAGS += -g so that it generates debugging information for all the
> modules in that directory

Look at Documentation/kbuild/makefiles.txt:

You can add some CFLAGS for a single object file with:
CFLAGS_foo.o += -g

For all objects defined in a Makefile:
EXTRA_CFLAGS = +g

Brice
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]
  Powered by Linux