#
#
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "COPYING" in the main directory of this archive
# for more details.
#
# Copyright (C) 2003 by ARC International
#

#get the compiler, flags and targets from the processor


ifdef CONFIG_ARCH_ARC700
PROCESSOR  := arc700
endif

ifdef PROCESSOR
include arch/$(ARCH)/proc/$(PROCESSOR)/Rules.make
endif
archclean:

archmrproper:

archdep: 
