mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-12 23:22:21 +00:00
13 lines
158 B
Makefile
13 lines
158 B
Makefile
![]() |
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Object file lists.
|
||
|
|
||
|
obj-y := core.o dma.o irq.o pci.o
|
||
|
obj-m :=
|
||
|
obj-n :=
|
||
|
obj- :=
|
||
|
|
||
|
obj-$(CONFIG_LEDS) += leds.o
|