summaryrefslogtreecommitdiff
path: root/package/libvpx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-12 17:48:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-12 17:48:03 +0200
commitdb29cc08fc257dcdddc71647838d2483643ddeb7 (patch)
tree0948065a01c11a76636852b75a9f1f6d8f48b696 /package/libvpx
parent29a01716572ba7763e35b1b22d1b6d2083c01fe9 (diff)
add intel atom
Diffstat (limited to 'package/libvpx')
-rw-r--r--package/libvpx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index ddc595272..a7b42c44a 100644
--- a/package/libvpx/Makefile
+++ b/package/libvpx/Makefile
@@ -31,6 +31,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_IBM_X40),y)
CONFIGURE_ARGS+= --target=x86-linux-gcc --as=yasm
endif
+ifeq ($(ADK_TARGET_SYSTEM_INTEL_ATOM),y)
+CONFIGURE_ARGS+= --target=x86-linux-gcc --as=yasm
+endif
ifeq ($(ADK_TARGET_SYSTEM_PCENGINES_WRAP),y)
CONFIGURE_ARGS+= --target=x86-linux-gcc --as=yasm
endif