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:
|
||
|
|