mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 20:16:43 +07: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
|