On Fri, Dec 19, 2008 at 05:44, <[email protected]> wrote: > Modified: trunk/drivers/Makefile (5900 => 5901) > +obj-$(CONFIG_OPROFILE) += oprofile/ > > Added: trunk/drivers/oprofile/Makefile (0 => 5901) > +# > +# drivers/oprofile/Makefile > +# > +obj-y := oprof.o cpu_buffer.o buffer_sync.o \ > + event_buffer.o oprofile_files.o \ > + oprofilefs.o oprofile_stats.o \ > + timer_int.o
this isnt how other arches are doing it. look at arch/x86/oprofile/Makefile. -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
