mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 07:34:12 +08: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/
|