1181254a7Smrg# Makefile fragment for C-SKY targets running Linux. 2*b1e83836Smrg# Copyright (C) 2018-2022 Free Software Foundation, Inc. 3181254a7Smrg# Contributed by C-SKY Microsystems and Mentor Graphics. 4181254a7Smrg# 5181254a7Smrg# This file is part of GCC. 6181254a7Smrg# 7181254a7Smrg# GCC is free software; you can redistribute it and/or modify 8181254a7Smrg# it under the terms of the GNU General Public License as published by 9181254a7Smrg# the Free Software Foundation; either version 3, or (at your option) 10181254a7Smrg# any later version. 11181254a7Smrg# 12181254a7Smrg# GCC is distributed in the hope that it will be useful, 13181254a7Smrg# but WITHOUT ANY WARRANTY; without even the implied warranty of 14181254a7Smrg# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15181254a7Smrg# GNU General Public License for more details. 16181254a7Smrg# 17181254a7Smrg# You should have received a copy of the GNU General Public License 18181254a7Smrg# along with GCC; see the file COPYING3. If not see 19181254a7Smrg# <http://www.gnu.org/licenses/>. 20181254a7Smrg 21181254a7SmrgLIB2ADD_ST += $(srcdir)/config/csky/linux-atomic.c 22