/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
H A D | makefile-add-ldflags.patch | 9 @@ -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 D | makefile-add-ldflags.patch | 12 wipe : $(OBJECTS) 13 - $(CC) $(CCO) $(OBJECTS) -o wipe 14 + $(CC) $(CCO) $(LDFLAGS) $(OBJECTS) -o wipe
|
H A D | support-cross-compile-for-linux.patch | 26 rm -f wipe $(OBJECTS) wipe.tr-asc.1 version.h
|
/openbmc/linux/arch/sh/boot/compressed/ |
H A D | Makefile | 8 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 D | Makefile | 9 OBJECTS = $(obj)/head.o $(obj)/misc.o macro 13 $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) $(obj)/piggy.o FORCE
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-not-run-ptest-on-host.patch | 14 @@ -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 D | Makefile | 12 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/qemu/pc-bios/s390-ccw/ |
H A D | Makefile | 36 OBJECTS = start.o main.o bootmap.o jump2ipl.o sclp.o menu.o netmain.o \ macro 114 s390-ccw.elf: $(OBJECTS) libnet.a libc.a 120 $(OBJECTS): Makefile 122 ALL_OBJS = $(sort $(OBJECTS) $(LIBCOBJS) $(LIBNETOBJS))
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | 0002-android-tools-modifications-to-make-it-build-in-yoct.patch | 139 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 D | NotificationMIB.txt | 78 OBJECTS { obmcErrorID, 106 OBJECTS { obmcErrorID,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/ |
H A D | pass-options-to-AR.patch | 10 @@ -167,7 +167,7 @@ OBJECTS = $(ASFILES:.s=.o) \
|
H A D | 0001-Remove-unsuitble-part-for-cross-compile.patch | 34 check.done: $(OBJECTS)
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/ |
H A D | 0002-Add-another-variable-LIBS-to-provides-libraries-from.patch | 27 @@ -63,7 +64,7 @@ grubby:: $(OBJECTS)
|
/openbmc/linux/arch/s390/boot/ |
H A D | Makefile | 52 OBJECTS := $(addprefix $(obj)/,$(obj-y)) macro 81 $(obj)/vmlinux.syms: $(obj)/vmlinux.lds $(OBJECTS) FORCE
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/giflib/giflib/ |
H A D | 0001-Makefile-fix-typo-in-soname-argument.patch | 28 $(CC) $(CFLAGS) -dynamiclib -current_version $(LIBVER) $(OBJECTS) -o $(LIBUTILSO)
|
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/ |
H A D | 0001-Makefile-fix-hardcoded-installation-directories.patch | 21 @@ -77,7 +77,7 @@ $(NAME).so: ${OBJECTS}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | 0001-configure.ac-Rename-to-configure.ac-and-use-external.patch | 311 -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 D | 0001-build-Pass-tag-CC-explictly-when-using-libtool.patch | 25 $(objects)/$(TARGET): $(OBJECTS)
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/ |
H A D | remove-install-as-user.patch | 15 @@ -30,7 +30,7 @@ OBJECTS = $(ASFILES:.s=.o) \
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
H A D | lttng-tools_2.13.14.bb | 163 sed -e 's#\(^test.*OBJECTS.=\)#disable\1#g' \
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 737 - (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
|