Skip to content

Commit

Permalink
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 3
Browse files Browse the repository at this point in the history
The attached patches provides part 3 of an architecture implementation for the
Tensilica Xtensa CPU series.

Signed-off-by: Chris Zankel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Chris Zankel authored and Linus Torvalds committed Jun 24, 2005
1 parent 4bedea9 commit 5a0015d
Show file tree
Hide file tree
Showing 23 changed files with 8,627 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/xtensa/kernel/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# Makefile for the Linux/Xtensa kernel.
#

extra-y := head.o vmlinux.lds


obj-y := align.o entry.o irq.o coprocessor.o process.o ptrace.o semaphore.o \
setup.o signal.o syscalls.o time.o traps.o vectors.o platform.o \
pci-dma.o

## windowspill.o

obj-$(CONFIG_KGDB) += xtensa-stub.o
obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_MODULES) += xtensa_ksyms.o module.o


Loading

0 comments on commit 5a0015d

Please sign in to comment.