mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 14:43:58 +08:00
12 lines
224 B
Makefile
12 lines
224 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
obj-y := core.o pci.o
|
||
|
obj-m :=
|
||
|
obj-n :=
|
||
|
obj- :=
|
||
|
|
||
|
obj-$(CONFIG_MACH_ESPRESSO) += espresso.o
|
||
|
obj-$(CONFIG_MACH_IXDP2351) += ixdp2351.o
|
||
|
obj-$(CONFIG_MACH_ROADRUNNER) += roadrunner.o
|