diff options
author | Leon Woestenberg <leon@witty.(none)> | 2009-01-06 14:47:50 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@witty.(none)> | 2009-01-06 14:49:11 +0100 |
commit | c03e405d58f713364c4a812016a024821fdc59f9 (patch) | |
tree | 39438aa360db9bf3b8e616460afc11437010b072 /packages/oprofile/oprofile.inc | |
parent | 3ff023a25bacf4f0aebcc05f746c2deec9f21d34 (diff) |
oprofile: Include powerpc architecture files, due to powerpc/ppc namespace change.
Diffstat (limited to 'packages/oprofile/oprofile.inc')
-rw-r--r-- | packages/oprofile/oprofile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/oprofile/oprofile.inc b/packages/oprofile/oprofile.inc index a55c223219..d98610f3c2 100644 --- a/packages/oprofile/oprofile.inc +++ b/packages/oprofile/oprofile.inc @@ -37,5 +37,8 @@ do_configure () { OPROFILE_ARCH = "${TARGET_ARCH}" OPROFILE_ARCH_i586 = "i386" +# note this excludes the ppc64 directory +# but we do not support ppc64 targets yet. +OPROFILE_ARCH_powerpc = "ppc" FILES_${PN} = "${bindir} ${datadir}/oprofile/rtc ${datadir}/oprofile/stl.pat ${datadir}/oprofile/${OPROFILE_ARCH}" |