diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/oprofile/oprofile.mk | 3 |
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 |