11b362b15af34006e6a11974088a46d42b903418eJohann##
21b362b15af34006e6a11974088a46d42b903418eJohann##  Copyright (c) 2012 The WebM project authors. All Rights Reserved.
31b362b15af34006e6a11974088a46d42b903418eJohann##
41b362b15af34006e6a11974088a46d42b903418eJohann##  Use of this source code is governed by a BSD-style license
51b362b15af34006e6a11974088a46d42b903418eJohann##  that can be found in the LICENSE file in the root of the source
61b362b15af34006e6a11974088a46d42b903418eJohann##  tree. An additional intellectual property rights grant can be found
71b362b15af34006e6a11974088a46d42b903418eJohann##  in the file PATENTS.  All contributing project authors may
81b362b15af34006e6a11974088a46d42b903418eJohann##  be found in the AUTHORS file in the root of the source tree.
91b362b15af34006e6a11974088a46d42b903418eJohann##
101b362b15af34006e6a11974088a46d42b903418eJohann
111b362b15af34006e6a11974088a46d42b903418eJohann
121b362b15af34006e6a11974088a46d42b903418eJohannPORTS_SRCS-yes += vpx_ports.mk
131b362b15af34006e6a11974088a46d42b903418eJohann
141b362b15af34006e6a11974088a46d42b903418eJohannPORTS_SRCS-$(BUILD_LIBVPX) += asm_offsets.h
151b362b15af34006e6a11974088a46d42b903418eJohannPORTS_SRCS-$(BUILD_LIBVPX) += mem.h
161b362b15af34006e6a11974088a46d42b903418eJohannPORTS_SRCS-$(BUILD_LIBVPX) += vpx_timer.h
171b362b15af34006e6a11974088a46d42b903418eJohann
181b362b15af34006e6a11974088a46d42b903418eJohannifeq ($(ARCH_X86)$(ARCH_X86_64),yes)
191b362b15af34006e6a11974088a46d42b903418eJohannPORTS_SRCS-$(BUILD_LIBVPX) += emms.asm
201b362b15af34006e6a11974088a46d42b903418eJohannPORTS_SRCS-$(BUILD_LIBVPX) += x86.h
211b362b15af34006e6a11974088a46d42b903418eJohannPORTS_SRCS-$(BUILD_LIBVPX) += x86_abi_support.asm
221b362b15af34006e6a11974088a46d42b903418eJohannendif
231b362b15af34006e6a11974088a46d42b903418eJohann
241b362b15af34006e6a11974088a46d42b903418eJohannPORTS_SRCS-$(ARCH_ARM) += arm_cpudetect.c
251b362b15af34006e6a11974088a46d42b903418eJohannPORTS_SRCS-$(ARCH_ARM) += arm.h
26