public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* vpath broken in 2.5.41
@ 2002-10-07 23:28 John Levon
  2002-10-08  1:39 ` Kai Germaschewski
  0 siblings, 1 reply; 6+ messages in thread
From: John Levon @ 2002-10-07 23:28 UTC (permalink / raw)
  To: kai; +Cc: linux-kernel


I see vpath seems to have become broken in 2.5.41 build.

How now can I build the oprofile.o target from two directories ?

Namely,

	arch/i386/oprofile/Makefile:

vpath %.c = . $(TOPDIR)/drivers/oprofile
 
obj-$(CONFIG_OPROFILE) += oprofile.o
 
DRIVER_OBJS = \
        oprof.o cpu_buffer.o buffer_sync.o \
        event_buffer.o oprofile_files.o \
        oprofilefs.o oprofile_stats.o
 
oprofile-objs := $(DRIVER_OBJS) init.o timer_int.o
 
ifdef CONFIG_X86_LOCAL_APIC
oprofile-objs += nmi_int.o op_model_athlon.o op_model_ppro.o
endif
 
include $(TOPDIR)/Rules.make

with the DRIVER_OBJS sources in drivers/oprofile/

Since this was intentional, I assume I have to move my arch-dependent
parts back into drivers/ Kai ?

thanks
john

-- 
"I will eat a rubber tire to the music of The Flight of the Bumblebee"

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-10-08 22:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-07 23:28 vpath broken in 2.5.41 John Levon
2002-10-08  1:39 ` Kai Germaschewski
2002-10-08  1:53   ` John Levon
2002-10-08 10:09   ` Keith Owens
2002-10-08 14:35     ` Kai Germaschewski
2002-10-08 22:31       ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox