Home
last modified time | relevance | path

Searched refs:OBJECTS (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A Dmakefile-add-ldflags.patch9 @@ -22,7 +22,7 @@ static: $(OBJECTS)
10 $(AR) cru libx86.a $(OBJECTS)
12 shared: $(OBJECTS)
13 - $(CC) $(CFLAGS) -o libx86.so.1 -shared -Wl,-soname,libx86.so.1 $(OBJECTS)
14 + $(CC) $(CFLAGS) $(LDFLAGS) -o libx86.so.1 -shared -Wl,-soname,libx86.so.1 $(OBJECTS)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/
H A Dmakefile-add-ldflags.patch12 wipe : $(OBJECTS)
13 - $(CC) $(CCO) $(OBJECTS) -o wipe
14 + $(CC) $(CCO) $(LDFLAGS) $(OBJECTS) -o wipe
H A Dsupport-cross-compile-for-linux.patch26 rm -f wipe $(OBJECTS) wipe.tr-asc.1 version.h
/openbmc/qemu/pc-bios/s390-ccw/
H A DMakefile35 OBJECTS = start.o main.o bootmap.o jump2ipl.o sclp.o menu.o \ macro
62 s390-ccw.elf: $(OBJECTS)
63 $(call quiet-command,$(CC) $(LDFLAGS) -o $@ $(OBJECTS),Linking)
68 $(OBJECTS): Makefile
72 ALL_OBJS = $(sort $(OBJECTS) $(NETOBJS) $(LIBCOBJS) $(LIBNETOBJS))
/openbmc/linux/arch/sh/boot/compressed/
H A DMakefile8 OBJECTS := head_32.o misc.o cache.o piggy.o \ macro
12 vmlinux.bin.lzma vmlinux.bin.xz vmlinux.bin.lzo $(OBJECTS)
37 $(obj)/vmlinux: $(addprefix $(obj)/, $(OBJECTS)) FORCE
/openbmc/linux/arch/nios2/boot/compressed/
H A DMakefile9 OBJECTS = $(obj)/head.o $(obj)/misc.o macro
13 $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) $(obj)/piggy.o FORCE
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/
H A D0002-linuxptp-Use-CC-in-incdefs.sh.patch37 @@ -39,7 +39,7 @@ OBJECTS = $(OBJ) hwstamp_ctl.o nsm.o phc2sys.o phc_ctl.o pmc.o pmc_agent.o \
38 SRC = $(OBJECTS:.o=.c)
39 DEPEND = $(OBJECTS:.o=.d)
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-not-run-ptest-on-host.patch14 @@ -1234,7 +1234,6 @@ intcutest: internal.h $(OBJECTS) $(CUTEST_OBJECTS) sh_tiger_i.o $(srcsrc)/CuT…
16 $(LINK) sh_tiger_i.o $(CUTEST_OBJECTS) CuTestMain.o CuTest.o $(OBJECTS) $(LIBS_TRY); \
/openbmc/linux/arch/parisc/boot/compressed/
H A DMakefile12 OBJECTS := head.o real2.o firmware.o misc.o piggy.o macro
15 targets += $(OBJECTS) sizes.h
27 $(obj)/vmlinux: $(obj)/vmlinux.lds $(addprefix $(obj)/, $(OBJECTS)) $(LIBGCC) FORCE
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0002-android-tools-modifications-to-make-it-build-in-yoct.patch139 build: $(OBJECTS)
144 $(OBJECTS): %.o: %.cpp
183 build: $(OBJECTS)
189 $(OBJECTS): %.o: %.cpp
211 build: $(OBJECTS)
216 $(OBJECTS): %.o: %.cpp
257 build: $(OBJECTS)
262 $(OBJECTS): %.o: %.cc
/openbmc/phosphor-snmp/mibs/
H A DNotificationMIB.txt78 OBJECTS { obmcErrorID,
106 OBJECTS { obmcErrorID,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A Dpass-options-to-AR.patch10 @@ -167,7 +167,7 @@ OBJECTS = $(ASFILES:.s=.o) \
H A D0001-Remove-unsuitble-part-for-cross-compile.patch34 check.done: $(OBJECTS)
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/
H A D0002-Add-another-variable-LIBS-to-provides-libraries-from.patch27 @@ -63,7 +64,7 @@ grubby:: $(OBJECTS)
/openbmc/linux/arch/s390/boot/
H A DMakefile52 OBJECTS := $(addprefix $(obj)/,$(obj-y)) macro
81 $(obj)/vmlinux.syms: $(obj)/vmlinux.lds $(OBJECTS) FORCE
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/
H A D0001-Makefile-fix-hardcoded-installation-directories.patch21 @@ -77,7 +77,7 @@ $(NAME).so: ${OBJECTS}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch311 -OBJECTS = \
352 -libintl.a libgnuintl.a: $(OBJECTS)
354 - $(AR) cru $@ $(OBJECTS)
357 -libintl.la libgnuintl.la: $(OBJECTS)
360 - $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) -lc \
630 -$(OBJECTS): ../config.h libgnuintl.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A D0001-build-Pass-tag-CC-explictly-when-using-libtool.patch25 $(objects)/$(TARGET): $(OBJECTS)
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A Dremove-install-as-user.patch15 @@ -30,7 +30,7 @@ OBJECTS = $(ASFILES:.s=.o) \
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dlttng-tools_2.13.13.bb163 sed -e 's#\(^test.*OBJECTS.=\)#disable\1#g' \
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch737 - (OBJECTS): Add l10nfile.o.
1262 - (OBJECTS): Add localealias.o.
1360 - (OBJECTS): We always compile the GNU gettext library functions.
1361 - OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
4397 -OBJECTS = @INTLOBJS@ bindtextdom.$lo dcgettext.$lo dgettext.$lo gettext.$lo \
4421 -libintl.a: $(OBJECTS)
4423 - $(AR) cru $@ $(OBJECTS)
4426 -libintl.la: $(OBJECTS)
4427 - $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJECTS) \
4485 -$(OBJECTS): ../config.h libgettext.h