[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / sh / oprofile

File: [Development] / linux-2.6-xfs / arch / sh / oprofile / Makefile (download)

Revision 1.1, Thu Jan 29 19:23:16 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN

Merge up to 2.6.2-rc2

obj-$(CONFIG_OPROFILE) += oprofile.o

DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
		oprof.o cpu_buffer.o buffer_sync.o \
		event_buffer.o oprofile_files.o \
		oprofilefs.o oprofile_stats.o \
		timer_int.o )

profdrvr-y				:= op_model_null.o
profdrvr-$(CONFIG_SH_DREAMCAST)		:= op_model_dreamcast.o

oprofile-y				:= $(DRIVER_OBJS) $(profdrvr-y)