1*dff2441cSTaylor Simpson## 2*dff2441cSTaylor Simpson## Copyright(c) 2019-2021 Qualcomm Innovation Center, Inc. All Rights Reserved. 3*dff2441cSTaylor Simpson## 4*dff2441cSTaylor Simpson## This program is free software; you can redistribute it and/or modify 5*dff2441cSTaylor Simpson## it under the terms of the GNU General Public License as published by 6*dff2441cSTaylor Simpson## the Free Software Foundation; either version 2 of the License, or 7*dff2441cSTaylor Simpson## (at your option) any later version. 8*dff2441cSTaylor Simpson## 9*dff2441cSTaylor Simpson## This program is distributed in the hope that it will be useful, 10*dff2441cSTaylor Simpson## but WITHOUT ANY WARRANTY; without even the implied warranty of 11*dff2441cSTaylor Simpson## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12*dff2441cSTaylor Simpson## GNU General Public License for more details. 13*dff2441cSTaylor Simpson## 14*dff2441cSTaylor Simpson## You should have received a copy of the GNU General Public License 15*dff2441cSTaylor Simpson## along with this program; if not, see <http://www.gnu.org/licenses/>. 16*dff2441cSTaylor Simpson## 17*dff2441cSTaylor Simpson 18*dff2441cSTaylor Simpson# Hexagon doesn't support gdb, so skip the EXTRA_RUNS 19*dff2441cSTaylor SimpsonEXTRA_RUNS = 20*dff2441cSTaylor Simpson 21*dff2441cSTaylor Simpson# Hexagon has 64K pages, so increase the timeout to keep 22*dff2441cSTaylor Simpson# test-mmap from timing out 23*dff2441cSTaylor Simpsonifeq ($(CONFIG_DEBUG_TCG),y) 24*dff2441cSTaylor SimpsonTIMEOUT=800 25*dff2441cSTaylor Simpsonelse 26*dff2441cSTaylor SimpsonTIMEOUT=500 27*dff2441cSTaylor Simpsonendif 28*dff2441cSTaylor Simpson 29*dff2441cSTaylor Simpson 30*dff2441cSTaylor SimpsonCFLAGS += -Wno-incompatible-pointer-types -Wno-undefined-internal 31