Skip to content

Commit

Permalink
CRIS v32: Fixup kernel Makefile.
Browse files Browse the repository at this point in the history
- Remove CRISv32 common arbiter, dma, io and pinmux files,
  they are now defined in machine dependent directories.
- Add cache and cacheflush files for working around cache problems
  in CRISv32 chips.
  • Loading branch information
Jesper Nilsson committed Feb 8, 2008
1 parent ffc8b00 commit 0f22950
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/cris/arch-v32/kernel/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# $Id: Makefile,v 1.11 2004/12/17 10:16:13 starvik Exp $
#
# Makefile for the linux kernel.
#

extra-y := head.o


obj-y := entry.o traps.o irq.o debugport.o dma.o pinmux.o \
obj-y := entry.o traps.o irq.o debugport.o \
process.o ptrace.o setup.o signal.o traps.o time.o \
arbiter.o io.o
cache.o cacheflush.o

obj-$(CONFIG_ETRAXFS_SIM) += vcs_hook.o

Expand Down

0 comments on commit 0f22950

Please sign in to comment.