mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08: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
|