mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
12 lines
125 B
Makefile
12 lines
125 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Object file lists.
|
||
|
|
||
|
obj-y := dma.o irq.o riscpc.o
|
||
|
obj-m :=
|
||
|
obj-n :=
|
||
|
obj- :=
|
||
|
|