mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 23:39:18 +00:00
3dd6b990d1
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
11 lines
122 B
Makefile
11 lines
122 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := core.o io.o leds.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|