Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
John Williams | 3540ce8 | 2009-11-24 20:27:54 +1000 | [diff] [blame] | 2 | # |
3 | # arch/microblaze/oprofile/Makefile | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_OPROFILE) += oprofile.o | ||||
7 | |||||
8 | DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ | ||||
9 | oprof.o cpu_buffer.o buffer_sync.o \ | ||||
10 | event_buffer.o oprofile_files.o \ | ||||
11 | oprofilefs.o oprofile_stats.o \ | ||||
12 | timer_int.o ) | ||||
13 | |||||
14 | oprofile-y := $(DRIVER_OBJS) microblaze_oprofile.o |