1fea25720SGraeme Russ# 2fea25720SGraeme Russ# (C) Copyright 2002 3*fa82f871SAlbert ARIBAUD# Daniel Engström, Omicron Ceti AB, daniel@omicron.se. 4fea25720SGraeme Russ# 5fea25720SGraeme Russ# See file CREDITS for list of people who contributed to this 6fea25720SGraeme Russ# project. 7fea25720SGraeme Russ# 8fea25720SGraeme Russ# This program is free software; you can redistribute it and/or 9fea25720SGraeme Russ# modify it under the terms of the GNU General Public License as 10fea25720SGraeme Russ# published by the Free Software Foundation; either version 2 of 11fea25720SGraeme Russ# the License, or (at your option) any later version. 12fea25720SGraeme Russ# 13fea25720SGraeme Russ# This program is distributed in the hope that it will be useful, 14fea25720SGraeme Russ# but WITHOUT ANY WARRANTY; without even the implied warranty of 15fea25720SGraeme Russ# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16fea25720SGraeme Russ# GNU General Public License for more details. 17fea25720SGraeme Russ# 18fea25720SGraeme Russ# You should have received a copy of the GNU General Public License 19fea25720SGraeme Russ# along with this program; if not, write to the Free Software 20fea25720SGraeme Russ# Foundation, Inc., 59 Temple Place, Suite 330, Boston, 21fea25720SGraeme Russ# MA 02111-1307 USA 22fea25720SGraeme Russ# 23fea25720SGraeme Russ 24fea25720SGraeme RussCROSS_COMPILE ?= i386-linux- 25fea25720SGraeme Russ 26fea25720SGraeme RussPLATFORM_CPPFLAGS += -DCONFIG_X86 -D__I386__ -march=i386 -Werror 27fea25720SGraeme Russ 28fea25720SGraeme Russ# DO NOT MODIFY THE FOLLOWING UNLESS YOU REALLY KNOW WHAT YOU ARE DOING! 29fea25720SGraeme RussLDPPFLAGS += -DRESET_SEG_START=0xffff0000 30fea25720SGraeme RussLDPPFLAGS += -DRESET_SEG_SIZE=0x10000 31fea25720SGraeme RussLDPPFLAGS += -DRESET_VEC_LOC=0xfff0 32fea25720SGraeme RussLDPPFLAGS += -DSTART_16=0xf800 33