11 lines
98 B
Makefile
11 lines
98 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Common support
|
||
|
obj-y := irq.o
|
||
|
|
||
|
obj-m :=
|
||
|
obj-n :=
|
||
|
obj- :=
|