Home
last modified time | relevance | path

Searched refs:SRCS (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A Dbuild-ouside_srcdir.patch13 -SRCS=ssmtp.c arpadate.c base64.c xgethostname.c @SRCS@
14 +SRCS=$(srcdir)/ssmtp.c $(srcdir)/arpadate.c $(srcdir)/base64.c $(srcdir)/xgethostname.c @SRCS@
16 OBJS=$(SRCS:.c=.o)
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A DMakefile15 SRCS= ${CSRCS} ${GENSRCS} macro
38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS)
39 $(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(OUTDIR)/$(PROG) $(LIBS)
/openbmc/linux/tools/net/ynl/lib/
H A DMakefile9 SRCS=$(wildcard *.c) macro
10 OBJS=$(patsubst %.c,%.o,${SRCS})
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A DMakefile7 SRCS := $(filter-out testcases/testcases.c,$(wildcard testcases/*.c)) macro
8 PROGS := $(patsubst %.c,%,$(SRCS))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/
H A DMakefile.utils19 SRCS = mount.vboxsf.c \
22 OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS)))
/openbmc/linux/tools/net/ynl/samples/
H A DMakefile14 SRCS=$(wildcard *.c) macro
15 BINS=$(patsubst %.c,%,${SRCS})
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A DMakefile6 SRCS := $(filter-out mte_common_util.c,$(wildcard *.c)) macro
7 PROGS := $(patsubst %.c,%,$(SRCS))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libc-bench/libc-bench/
H A D0001-build-Do-not-override-ldflags-from-environment.patch19 @@ -3,7 +3,7 @@ SRCS = $(sort $(wildcard *.c))
20 OBJS = $(SRCS:.c=.o)
/openbmc/linux/tools/net/ynl/generated/
H A DMakefile18 SRCS=$(patsubst %,%-user.c,${GENS}) macro
22 all: protos.a $(HDRS) $(SRCS) $(KHDRS) $(KSRCS) $(UAPI) regen
/openbmc/linux/tools/bpf/bpftool/
H A DMakefile140 SRCS := $(wildcard *.c) macro
178 SRCS := $(filter-out jit_disasm.c,$(SRCS)) macro
189 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch226 @@ -5,4 +5,4 @@ add_executable(${EXEC} ${SRCS})
236 @@ -5,4 +5,4 @@ add_executable(${EXEC} ${SRCS})
246 @@ -5,4 +5,4 @@ add_executable(${EXEC} ${SRCS})
266 @@ -5,4 +5,4 @@ add_executable(${EXEC} ${SRCS})
276 @@ -5,4 +5,4 @@ add_executable(${EXEC} ${SRCS})
286 @@ -6,4 +6,4 @@ add_executable(${EXEC} ${SRCS})
296 @@ -5,4 +5,4 @@ add_executable(${EXEC} ${SRCS})
306 @@ -5,4 +5,4 @@ add_executable(${EXEC} ${SRCS})
316 @@ -5,4 +5,4 @@ add_executable(${EXEC} ${SRCS})
326 @@ -5,4 +5,4 @@ add_executable(${EXEC} ${SRCS})
[all …]
H A D0003-wayland-Add-Wayland-example.patch60 +set(SRCS triangle.c)
62 +add_executable(${EXEC} ${SRCS})
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dx86_kexec_test.patch20 @@ -173,8 +173,8 @@ PSRCS:=$(foreach s, $(SRCS), $(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(s))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0001-Undefine-REGEX-for-musl-based-systems.patch33 SRCS= autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch26 SRCS = $(ORIG_SRCS) #{(srcs - orig_srcs).collect(&File.method(:basename)).join(' ')}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/libexecinfo/
H A D0001-makefile-Fix-build-on-linux.patch26 -SRCS= stacktraverse.c stacktraverse.h execinfo.c execinfo.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/
H A D0001-build-use-autotools.patch89 -SRCS = $(wildcard $(SDIR)/*.c)
90 -OBJS = $(patsubst %,$(ODIR)/%,$(notdir $(SRCS:.c=.o)))
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch53 @@ -31,7 +31,8 @@ SRCS = syslinux.c \
60 OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS)))
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch28 @@ -32,7 +32,8 @@ SRCS = main.c \
35 OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS)))
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/
H A D0001-bundle-own-base64-encode-decode-functions.patch31 -SRCS= netcat.c atomicio.c socks.c
32 +SRCS= netcat.c atomicio.c socks.c base64.c
37 OBJS= $(SRCS:.c=.o)