Home
last modified time | relevance | path

Searched refs:BIN (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A Dfix-ldflags.patch11 all : $(BIN)
13 $(BIN) : $(OBJS)
23 all : $(BIN)
25 $(BIN) : $(OBJS)
35 all : $(BIN)
51 all : $(BIN)
53 $(BIN) : $(OBJS)
63 all : $(BIN)
75 all : $(BIN)
87 all : $(BIN)
[all …]
H A Dunstrip.patch13 install : $(BIN)
16 + install $(BIN) $(DESTDIR)$(BIN_DIR)
23 install : $(BIN)
26 + install $(BIN) $(DESTDIR)$(BIN_DIR)
33 install : $(BIN)
36 + install $(BIN) $(DESTDIR)$(BIN_DIR)
43 install : $(BIN)
53 install : $(BIN)
63 install : $(BIN)
73 install : $(BIN)
[all …]
H A D0001-makefiles-Append-to-CFLAGS-instead-of-re-assign.patch27 BIN = jailtest
38 BIN = uml_mconsole
39 OBJS = $(BIN).o
49 @@ -3,7 +3,7 @@ BIN = uml_moo uml_mkcow
64 BIN = port-helper
76 BIN = tunctl
89 BIN = uml_net
102 BIN = uml_switch
113 BIN = uml_watchdog
114 OBJS = $(BIN).o
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0002-add-install-targets-to-Makefiles.patch43 $(BIN): $(OBJS)
46 +install: $(BIN)
52 @rm -f $(BIN)
70 $(BIN): $(OBJS)
73 +install: $(BIN)
79 @rm -f $(BIN)
85 $(BIN): $(OBJS)
94 @rm -f $(BIN)
109 @rm -f $(BIN)
124 @rm -f $(BIN)
[all …]
H A D0006-game-Makefile-install-sample-png-files.patch16 @@ -18,6 +18,8 @@ $(BIN): $(OBJS)
17 install: $(BIN)
19 install -m 0755 $(BIN) $(DESTDIR)/usr/bin
H A D0004-add-libvchostif-to-link.patch33 BIN=game
46 BIN=life
59 BIN=mandelbrot
72 BIN=pngresize
85 BIN=pngview
98 BIN=radar_sweep
111 BIN=radar_sweep_alpha
124 BIN=rgb_triangle
137 BIN=spriteview
150 BIN=test_pattern
[all …]
H A D0005-change-library-linking-order.patch28 BIN=game
41 BIN=mandelbrot
54 BIN=pngresize
67 BIN=pngview
80 BIN=spriteview
H A D0003-switch-to-pkg-config.patch30 BIN=game
61 BIN=mandelbrot
76 BIN=pngresize
91 BIN=pngview
106 BIN=spriteview
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/
H A D0001-Fix-build-race-in-Makefile.patch11 glew.bin: glew.lib bin bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN)
14 means that 'bin' can happen *after* 'bin/$(GLEWINFO.BIN)', which is a
28 @@ -171,21 +171,20 @@ VISUALINFO.BIN.OBJ := $(VISUALINFO.BIN.OBJ:.c=.o)
35 -glew.bin: glew.lib bin bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN)
36 +glew.bin: glew.lib bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN)
42 bin/$(GLEWINFO.BIN): $(GLEWINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED)
44 $(CC) $(CFLAGS) -o $@ $(GLEWINFO.BIN.OBJ) $(BIN.LIBS)
49 bin/$(VISUALINFO.BIN): $(VISUALINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED)
51 $(CC) $(CFLAGS) -o $@ $(VISUALINFO.BIN.OBJ) $(BIN.LIBS)
H A Dno-strip.patch11 - $(INSTALL) -s -m 0755 bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) "$(DESTDIR)$(BINDIR)/"
12 + $(INSTALL) -m 0755 bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) "$(DESTDIR)$(BINDIR)/"
/openbmc/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile6 BIN=unroll_loop_thread macro
10 all: $(BIN)
12 $(BIN): $(BIN).c
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
31 $(Q)$(RM) -f $(BIN)
/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile6 BIN=thread_loop macro
10 all: $(BIN)
12 $(BIN): $(BIN).c
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
31 $(Q)$(RM) -f $(BIN)
/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile6 BIN=memcpy_thread macro
10 all: $(BIN)
12 $(BIN): $(BIN).c
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
31 $(Q)$(RM) -f $(BIN)
/openbmc/linux/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile7 BIN=asm_pure_loop macro
11 all: $(BIN)
13 $(BIN): $(BIN).S
17 $(Q)$(CC) $(BIN).S -nostdlib -static -o $(BIN) $(LIB)
27 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
32 $(Q)$(RM) -f $(BIN)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/tunctl/
H A Dmakefile-add-ldflags.patch12 all : $(BIN) $(MAN)
14 $(BIN) : $(BIN).c
15 - $(CC) $(CFLAGS) -o $(BIN) $(BIN).c
16 + $(CC) $(CFLAGS) ${LDFLAGS} -o $(BIN) $(BIN).c
/openbmc/openbmc/poky/meta/classes/
H A Dsign_ipk.bbclass21 # 2. Binary (BIN)
42 if sigtype.upper() != "ASC" and sigtype.upper() != "BIN":
43 … raise_sanity_error("Bad value for IPK_GPG_SIGNATURE_TYPE (%s), use either ASC or BIN" % sigtype)
53 is_ascii_sig = (sig_type.upper() != "BIN")
H A Dsign_package_feed.bbclass22 # 2. Binary (BIN)
48 if sigtype.upper() != "ASC" and sigtype.upper() != "BIN":
49 …sanity_error("Bad value for PACKAGE_FEED_GPG_SIGNATURE_TYPE (%s), use either ASC or BIN" % sigtype)
/openbmc/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.sh10 readonly BIN="./msg_zerocopy"
114 …ip netns exec "${NS2}" "${BIN}" "-${IP}" -i "${DEV}" -t 2 -C 2 -S "${SADDR}" -D "${DADDR}" ${ARGS}…
116 …ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 -S "${SADDR}" -D "${DADDR}" ${ARGS}…
H A Dso_txtime.sh9 readonly BIN="./so_txtime"
67 …ip netns exec "${NS2}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "…
68 …ip netns exec "${NS1}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "…
/openbmc/u-boot/board/xilinx/zynqmp/
H A DKconfig13 The secure image is a xilinx specific BOOT.BIN with
16 BOOT.BIN using Xilinx bootgen tool.
/openbmc/linux/tools/edid/
H A DMakefile4 BIN := $(patsubst %.S, %.bin, $(SOURCES)) macro
10 all: $(BIN) $(IHEX) $(CODE)
/openbmc/u-boot/board/xilinx/zynq/
H A DKconfig28 The secure image is a xilinx specific BOOT.BIN with
31 BOOT.BIN using Xilinx bootgen tool.
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dcoresight.sh17 BIN="$DIR/$TEST"
19 if ! test -x "$BIN"; then exit 2; fi
/openbmc/u-boot/drivers/fpga/
H A DKconfig31 Enable FPGA driver for loading bitstream in BIT and BIN format
56 Enable FPGA driver for loading bitstream in BIT and BIN format
68 Enable FPGA driver for loading bitstream in BIT and BIN format
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dsimplify_B_place.patch33 - &B_revert_log(&getGlobal('BIN',"rm") . " $original_target\n");
34 + &B_revert_log(&getGlobal('BIN',"rm") . " $target\n");

123