mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 05:34:00 +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/
|