diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:31:31 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:31:31 +0200 |
| commit | 1a3c8bc113260f144f3e173201b9a3468a53119d (patch) | |
| tree | 362e503cd750cb8162e7b7596850d00b5747d3e4 /package/libvpx/Makefile | |
| parent | c9d72815880524c041e37f23813ba777093a27d2 (diff) | |
| parent | 681a668edf704bbb000a49c835b3d71fa7035d86 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvpx/Makefile')
| -rw-r--r-- | package/libvpx/Makefile | 3 |
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 |
