1072eb693SChristian Ruppert# Abilis Systems TB10x platform Makefile 2072eb693SChristian Ruppert# 3072eb693SChristian Ruppert# Author: Christian Ruppert <christian.ruppert@abilis.com> 4072eb693SChristian Ruppert# 5072eb693SChristian Ruppert# This program is free software; you can redistribute it and/or modify 6072eb693SChristian Ruppert# it under the terms of the GNU General Public License version 2 as 7072eb693SChristian Ruppert# published by the Free Software Foundation. 8072eb693SChristian Ruppert# 9072eb693SChristian Ruppert# This program is distributed in the hope that it will be useful, 10072eb693SChristian Ruppert# but WITHOUT ANY WARRANTY; without even the implied warranty of 11072eb693SChristian Ruppert# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12072eb693SChristian Ruppert# GNU General Public License for more details. 13072eb693SChristian Ruppert# 14072eb693SChristian Ruppert# You should have received a copy of the GNU General Public License 15072eb693SChristian Ruppert# along with this program; if not, write to the Free Software 16072eb693SChristian Ruppert# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17072eb693SChristian Ruppert 18072eb693SChristian Ruppert 19072eb693SChristian RuppertKBUILD_CFLAGS += -Iarch/arc/plat-tb10x/include 20072eb693SChristian Ruppert 21072eb693SChristian Ruppertobj-y += tb10x.o 22