blob: 1f18f6bd1645ce55691f3296d80fd407a6f159f7 [file] [log] [blame]
Johanna5ffcdd2012-11-15 16:28:20 -08001##
Yaowu Xu9c01aa12016-09-01 14:32:49 -07002## Copyright (c) 2016, Alliance for Open Media. All rights reserved
Johanna5ffcdd2012-11-15 16:28:20 -08003##
Yaowu Xu9c01aa12016-09-01 14:32:49 -07004## This source code is subject to the terms of the BSD 2 Clause License and
5## the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
6## was not distributed with this source code in the LICENSE file, you can
7## obtain it at www.aomedia.org/license/software. If the Alliance for Open
8## Media Patent License 1.0 was not distributed with this source code in the
9## PATENTS file, you can obtain it at www.aomedia.org/license/patent.
Johanna5ffcdd2012-11-15 16:28:20 -080010##
11
12
Yaowu Xu9c01aa12016-09-01 14:32:49 -070013
Yaowu Xuf883b422016-08-30 14:01:10 -070014PORTS_SRCS-yes += aom_ports.mk
Johanna5ffcdd2012-11-15 16:28:20 -080015
Alex Conversea8a08ce2015-08-10 11:28:04 -070016PORTS_SRCS-yes += bitops.h
Tom Finegand104b162015-05-14 10:46:44 -070017PORTS_SRCS-yes += mem.h
Johanncad0eca2015-05-07 16:41:33 -070018PORTS_SRCS-yes += msvc.h
Alex Conversea8a08ce2015-08-10 11:28:04 -070019PORTS_SRCS-yes += system_state.h
Yaowu Xuf883b422016-08-30 14:01:10 -070020PORTS_SRCS-yes += aom_timer.h
Johanna5ffcdd2012-11-15 16:28:20 -080021
22ifeq ($(ARCH_X86)$(ARCH_X86_64),yes)
Tom Finegand104b162015-05-14 10:46:44 -070023PORTS_SRCS-yes += emms.asm
24PORTS_SRCS-yes += x86.h
25PORTS_SRCS-yes += x86_abi_support.asm
Johanna5ffcdd2012-11-15 16:28:20 -080026endif
27
28PORTS_SRCS-$(ARCH_ARM) += arm_cpudetect.c
29PORTS_SRCS-$(ARCH_ARM) += arm.h