diff options
author | Tom Rini <trini@ti.com> | 2014-10-29 15:57:59 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-29 15:57:59 -0400 |
commit | 2c54cb5516238ae93c930dee7f8e353291f2cdfb (patch) | |
tree | 17a1322a88f7381964bb1c89f8ed4b15472bbd3d /arch/x86/cpu/Makefile | |
parent | b8be4e365c6f7b5351037bba5d400ace9363fa0a (diff) | |
parent | 026090e4c51e00841b04abf58f48cc3a45654bc4 (diff) | |
download | u-boot-imx-2c54cb5516238ae93c930dee7f8e353291f2cdfb.zip u-boot-imx-2c54cb5516238ae93c930dee7f8e353291f2cdfb.tar.gz u-boot-imx-2c54cb5516238ae93c930dee7f8e353291f2cdfb.tar.bz2 |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/x86/cpu/Makefile')
-rw-r--r-- | arch/x86/cpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/Makefile b/arch/x86/cpu/Makefile index e7bb3e3..9d38ef7 100644 --- a/arch/x86/cpu/Makefile +++ b/arch/x86/cpu/Makefile @@ -10,4 +10,4 @@ extra-y = start.o obj-$(CONFIG_X86_RESET_VECTOR) += resetvec.o start16.o -obj-y += interrupts.o cpu.o +obj-y += interrupts.o cpu.o call64.o |