Searched refs:LDSCRIPT (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.spl | 117 ifneq ($(CONFIG_$(SPL_TPL_)LDSCRIPT),) 119 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_$(SPL_TPL_)LDSCRIPT:"%"=%)) 124 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_SPL_LDSCRIPT:"%"=%)) 128 ifeq ($(wildcard $(LDSCRIPT)),) 129 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot-spl.lds 131 ifeq ($(wildcard $(LDSCRIPT)),) 132 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot-spl.lds 134 ifeq ($(wildcard $(LDSCRIPT)),) 135 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot-spl.lds 137 ifeq ($(wildcard $(LDSCRIPT)),) [all …]
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0016-Workaround-multiple-definition-of-symbol-errors.patch | 77 LDSCRIPT = $(SRC)/$(ARCH)/syslinux.ld 79 %.elf: %.o $(LIBDEP) $(LDSCRIPT) $(AUXLIBS) 80 - $(LD) $(LDFLAGS) -Bsymbolic $(LD_PIE) -E --hash-style=gnu -T $(LDSCRIPT) -M -o $@ $< \ 81 + $(LD) $(LDFLAGS) -z muldefs -Bsymbolic $(LD_PIE) -E --hash-style=gnu -T $(LDSCRIPT) -M -o $@ $< \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0010-Workaround-multiple-definition-of-symbol-errors.patch | 67 @@ -156,7 +156,7 @@ LDSCRIPT = $(SRC)/$(ARCH)/syslinux.ld 70 %.elf: %.o $(LIBDEP) $(LDSCRIPT) $(AUXLIBS) 73 -T $(LDSCRIPT) \
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | config.mk | 19 LDSCRIPT = $(srctree)/arch/x86/cpu/u-boot-64.lds
|
| /OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/ |
| H A D | lpc32xxcdl-2.11-slashes.patch | 79 -LDSCRIPT =$(COMMON_BASE)\startup\examples\buildfiles\ldscript_iram_rvw.ld 80 +LDSCRIPT =$(COMMON_BASE)/startup/examples/buildfiles/ldscript_iram_rvw.ld 88 -LDSCRIPT =$(COMMON_BASE)\startup\examples\buildfiles\ldscript_iram_rvw.ld 89 +LDSCRIPT =$(COMMON_BASE)/startup/examples/buildfiles/ldscript_iram_rvw.ld 97 -LDSCRIPT =$(COMMON_BASE)\startup\examples\buildfiles\ldscript_iram_gnu.ld 98 +LDSCRIPT =$(COMMON_BASE)/startup/examples/buildfiles/ldscript_iram_gnu.ld
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | Makefile | 570 ifndef LDSCRIPT 574 LDSCRIPT := $(srctree)/$(CONFIG_SYS_LDSCRIPT:"%"=%) macro 579 ifndef LDSCRIPT 580 ifeq ($(wildcard $(LDSCRIPT)),) 581 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot.lds macro 583 ifeq ($(wildcard $(LDSCRIPT)),) 584 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot.lds macro 586 ifeq ($(wildcard $(LDSCRIPT)),) 587 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot.lds macro 1368 ifeq ($(wildcard $(LDSCRIPT)),) [all …]
|
| H A D | README | 2687 LDSCRIPT for linking the SPL binary.
|
| /OK3568_Linux_fs/u-boot/arch/x86/ |
| H A D | config.mk | 74 LDSCRIPT := $(LDSCRIPT_EFI)
|