mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +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- :=
|
||
|
|