]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/x86/lib/Makefile
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / x86 / lib / Makefile
1 #
2 # (C) Copyright 2002-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-$(CONFIG_CMD_BOOTM) += bootm.o
9 obj-y   += cmd_boot.o
10 obj-y   += gcc.o
11 obj-y   += init_helpers.o
12 obj-y   += interrupts.o
13 obj-$(CONFIG_SYS_PCAT_INTERRUPTS) += pcat_interrupts.o
14 obj-$(CONFIG_SYS_PCAT_TIMER) += pcat_timer.o
15 obj-$(CONFIG_PCI) += pci_type1.o
16 obj-y   += relocate.o
17 obj-y += physmem.o
18 obj-y   += string.o
19 obj-$(CONFIG_SYS_X86_TSC_TIMER) += tsc_timer.o
20 obj-$(CONFIG_VIDEO_VGA) += video.o
21 obj-$(CONFIG_CMD_ZBOOT) += zimage.o
22
23 LIBGCC := $(notdir $(NORMAL_LIBGCC))
24 extra-y := $(LIBGCC)
25
26 $(obj)$(LIBGCC): $(NORMAL_LIBGCC)
27         $(OBJCOPY) $< $@ --prefix-symbols=__normal_