mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 06:50:08 +00:00
8 lines
149 B
Makefile
8 lines
149 B
Makefile
|
#
|
||
|
# Makefile for the Jazz family specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y := int-handler.o irq.o jazzdma.o reset.o setup.o
|
||
|
|
||
|
EXTRA_AFLAGS := $(CFLAGS)
|