Makefile 237 字节
Newer Older
1 2 3
#
# Makefile for linux kernel
#
4
obj-$(CONFIG_EFI)			+= efi.o vars.o
5
obj-$(CONFIG_EFI_VARS)			+= efivars.o
6
obj-$(CONFIG_EFI_VARS_PSTORE)		+= efi-pstore.o
7
obj-$(CONFIG_UEFI_CPER)			+= cper.o
8
obj-$(CONFIG_EFI_RUNTIME_MAP)		+= runtime-map.o