diff options
Diffstat (limited to 'arch/x86/cpu/efi/Makefile')
-rw-r--r-- | arch/x86/cpu/efi/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/cpu/efi/Makefile b/arch/x86/cpu/efi/Makefile new file mode 100644 index 0000000000..e09163715d --- /dev/null +++ b/arch/x86/cpu/efi/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (c) 2015 Google, Inc +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += efi.o +obj-y += sdram.o |