mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-12 14:52:14 +00:00
10 lines
186 B
Makefile
10 lines
186 B
Makefile
![]() |
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Common support (must be linked before board specific support)
|
||
|
obj-y += core.o
|
||
|
|
||
|
# Specific board support
|
||
|
obj-$(CONFIG_MACH_AAED2000) += aaed2000.o
|