mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-12 15:58:19 +00:00
- 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.
21 lines
397 B
Makefile
21 lines
397 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
extra-y := head.o
|
|
|
|
|
|
obj-y := entry.o traps.o irq.o debugport.o \
|
|
process.o ptrace.o setup.o signal.o traps.o time.o \
|
|
cache.o cacheflush.o
|
|
|
|
obj-$(CONFIG_ETRAXFS_SIM) += vcs_hook.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_ETRAX_KGDB) += kgdb.o kgdb_asm.o
|
|
obj-$(CONFIG_ETRAX_FAST_TIMER) += fasttimer.o
|
|
obj-$(CONFIG_MODULES) += crisksyms.o
|
|
|
|
clean:
|
|
|