summaryrefslogtreecommitdiffstats
path: root/package/oprofile/oprofile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/oprofile/oprofile.mk')
-rw-r--r--package/oprofile/oprofile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk
index 734839f24..5da794bad 100644
--- a/package/oprofile/oprofile.mk
+++ b/package/oprofile/oprofile.mk
@@ -12,6 +12,9 @@ OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv daemon/oprofiled
ifeq ($(BR2_i386),y)
OPROFILE_ARCH = i386
endif
+ifeq ($(BR2_mipsel),y)
+OPROFILE_ARCH = mips
+endif
ifeq ($(BR2_powerpc),y)
OPROFILE_ARCH = ppc
endif