mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-27 10:01:16 +00:00
9 lines
94 B
Makefile
9 lines
94 B
Makefile
|
|
#
|
||
|
|
# Makefile for the linux kernel.
|
||
|
|
#
|
||
|
|
|
||
|
|
# Object file lists.
|
||
|
|
|
||
|
|
obj-y := dma.o irq.o latches.o
|
||
|
|
|