diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 10:49:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 10:49:11 +0200 |
commit | 2def8f45000122575ae5a4eeb932c18c27e0ce71 (patch) | |
tree | a4273d1697e3699a59f0e209e4894927c8b16d69 /package/oprofile | |
parent | 1b7d3a76da05162c455659c2619cdb4f60feb8d6 (diff) |
fix m68k bulk kernel build
Diffstat (limited to 'package/oprofile')
-rw-r--r-- | package/oprofile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile index d0bfbea2d..7a7ef934e 100644 --- a/package/oprofile/Makefile +++ b/package/oprofile/Makefile @@ -14,7 +14,7 @@ PKG_BUILDDEP:= popt binutils PKG_URL:= http://oprofile.sourceforge.net/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=oprofile/} -PKG_ARCH_DEPENDS:= !cris !avr32 +PKG_ARCH_DEPENDS:= !cris !avr32 !m68k PKG_CFLINE_OPROFILE:= select BUSYBOX_EXPR |