mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 08:53:41 +00:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Object file lists.
|
||
|
|
||
|
obj-y := arch.o mm.o irq.o clock.o core.o timer.o dma.o
|
||
|
obj-y += csp/
|