summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index ee3bd3d058..888f787edb 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -7,17 +7,19 @@ OBJS = alaw-gen \
avi-fix \
avisubdump \
bios2dump \
- cpuinfo \
dump_mp4 \
mem2dump \
movinfo \
png2raw \
subrip \
- fastmemcpybench \
vivodump \
302m_convert \
360m_convert \
+ifeq ($(TARGET_ARCH_X86),yes)
+OBJS += cpuinfo fastmemcpybench
+endif
+
all: $(OBJS)
png2raw: png2raw.c