#
# Makefile for the linux kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Copyright (C) 2003, ARC International
#

all: init_task.o kernel.o

O_TARGET := kernel.o

# Object file lists.

obj-y		:= ptrace.o sys_arc.o setup.o semaphore.o irq.o time.o pci-dma.o
obj-m		:=
obj-n		:=
obj-		:=

obj-$(CONFIG_ARC_MEMTESTER) += memtester-4.0.5/memtester.o memtester-4.0.5/tests.o

include $(TOPDIR)/Rules.make
