ea202c632a
- restructured irq handling - switched vdma to use memory allocated via get_free_pages - setup platform devices for serial, jazz_esp and jazzsonic - fixed cmos rtc access Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
7 lines
133 B
Makefile
7 lines
133 B
Makefile
#
|
|
# Makefile for the Jazz family specific parts of the kernel
|
|
#
|
|
|
|
obj-y := irq.o jazzdma.o reset.o setup.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|