mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 00:11:22 +00:00
7 lines
148 B
Makefile
7 lines
148 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
obj-$(CONFIG_EDD) += edd.o
|
||
|
obj-$(CONFIG_EFI_VARS) += efivars.o
|
||
|
obj-$(CONFIG_EFI_PCDP) += pcdp.o
|