summaryrefslogtreecommitdiff
path: root/package/libvpx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-12 21:31:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-12 21:31:31 +0200
commit1a3c8bc113260f144f3e173201b9a3468a53119d (patch)
tree362e503cd750cb8162e7b7596850d00b5747d3e4 /package/libvpx/Makefile
parentc9d72815880524c041e37f23813ba777093a27d2 (diff)
parent681a668edf704bbb000a49c835b3d71fa7035d86 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvpx/Makefile')
-rw-r--r--package/libvpx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index afb3b50a0..243cca04f 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