]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/cris/arch-v32/kernel/Makefile
ASoC: wm8994: mark expected switch fall-throughs
[mirror_ubuntu-bionic-kernel.git] / arch / cris / arch-v32 / kernel / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 extra-y := head.o
6
7
8 obj-y := entry.o traps.o irq.o debugport.o \
9 process.o ptrace.o setup.o signal.o traps.o time.o \
10 cache.o cacheflush.o
11
12 obj-$(CONFIG_ETRAX_KGDB) += kgdb.o kgdb_asm.o
13 obj-$(CONFIG_ETRAX_FAST_TIMER) += fasttimer.o
14 obj-$(CONFIG_MODULES) += crisksyms.o
15
16 clean:
17