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 |
Daniel Schwierzeck | e19db55 | 2014-11-21 23:51:33 +0100 | [diff] [blame] | 8 | ifeq ($(CONFIG_SPL_BUILD),y) |
| 9 | head-y += arch/x86/cpu/start16.o |
| 10 | head-y += arch/x86/cpu/resetvec.o |
| 11 | endif |
| 12 | |
| 13 | libs-y += arch/x86/cpu/ |
| 14 | libs-y += arch/x86/lib/ |