head     1.1;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     89.07.18.09.48.30;  author sarah;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@## makefile for config/ubar

# for 2732  proms change ROM_START_ADRS to eec008
# for 2764  proms change ROM_START_ADRS to ee8008
# for 27128 proms change ROM_START_ADRS to ee0008
# for 27256 proms change ROM_START_ADRS to ed0008

RAM_START_ADRS = 1000		# adrs in RAM of start of vxWorks in RAM version
ROM_START_ADRS = ed0008		# adrs in ROM of start of vxWorks in ROM version
ROM_DATA_ADRS  = 70000		# adrs in RAM of data segment in ROM version

HEX_FLAGS      = -v -p $(ROM_START_ADRS) -a 8
RELSEG_FLAGS   = -t $(ROM_START_ADRS) -d 70000

define(DEFCPU,MC68000)
define(DEFVW,UP2)

include(../../misc/makeHost)
include(../../misc/makeTarget)
@
