Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3044
b: refs/heads/master
c: 5a0015d
h: refs/heads/master
v: v3
  • Loading branch information
Chris Zankel authored and Linus Torvalds committed Jun 24, 2005
1 parent 9ff61d1 commit 52072c1
Show file tree
Hide file tree
Showing 24 changed files with 8,628 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bedea94545165364618d403d03b61d797acba0b
refs/heads/master: 5a0015d62668e64c8b6e02e360fbbea121bfd5e6
18 changes: 18 additions & 0 deletions trunk/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 52072c1

Please sign in to comment.