Daniel Schwierzeck | e19db55 | 2014-11-21 23:51:33 +0100 | [diff] [blame] | 1 | # |
| 2 | # SPDX-License-Identifier: GPL-2.0+ |
| 3 | # |
| 4 | |
Ben Stoltz | 3dcdd17 | 2015-08-04 12:33:46 -0600 | [diff] [blame] | 5 | ifeq ($(CONFIG_EFI_APP),) |
Daniel Schwierzeck | e19db55 | 2014-11-21 23:51:33 +0100 | [diff] [blame] | 6 | head-y := arch/x86/cpu/start.o |
Ben Stoltz | 3dcdd17 | 2015-08-04 12:33:46 -0600 | [diff] [blame] | 7 | endif |
Simon Glass | 972188b | 2017-01-16 07:03:45 -0700 | [diff] [blame^] | 8 | head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o |
| 9 | head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o |
Daniel Schwierzeck | e19db55 | 2014-11-21 23:51:33 +0100 | [diff] [blame] | 10 | |
| 11 | libs-y += arch/x86/cpu/ |
| 12 | libs-y += arch/x86/lib/ |