mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 07:04:00 +08:00
9 lines
88 B
Makefile
9 lines
88 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
obj-y := dma.o pinmux.o io.o arbiter.o
|
||
|
|
||
|
clean:
|
||
|
|