Re: KConfig issues
Deepak Saxena <[email protected]>
| Newsgroups | gmane.linux.kernel.tracing |
|---|---|
| Organization | Plexity Networks |
| Message-ID | <[email protected]> |
On Dec 15 2006, at 14:53, Mathieu Desnoyers was caught saying: > Hi Deepak, > > Thanks for reporting. Please try the following fix (will be in 0.6.46). That works, but how about the following for ltt/Makefile to just consolidate things: --- linux-2.6.18.orig/ltt/Makefile +++ linux-2.6.18/ltt/Makefile @@ -1,7 +1,7 @@ # # Makefile for the LTT objects. # -obj-$(CONFIG_LTT) += ltt-core.o +obj-$(CONFIG_LTT) += ltt-core.o ltt-facilities.o facilities/ probes/ obj-$(CONFIG_LTT) += ltt-facilities.o obj-$(CONFIG_LTT_USERSPACE_GENERIC) += ltt-syscall.o obj-$(CONFIG_LTT_HEARTBEAT) += ltt-heartbeat.o @@ -10,6 +10,3 @@ obj-$(CONFIG_LTT_RELAY) += ltt-relay.o obj-$(CONFIG_LTT_NETLINK_CONTROL) += ltt-control.o obj-$(CONFIG_LTT_STATEDUMP) += ltt-statedump.o obj-$(CONFIG_LTT_FACILITY_STACK) += ltt-stack.o - -obj-$(CONFIG_LTT) += facilities/ -obj-$(CONFIG_LTT_PROBES) += probes/ -- Deepak Saxena - [email protected] - http://www.plexity.net The terrorist and the policeman both come from the same basket. -- Joseph Conrad, The Secret Agent