search for: commonobjs

Displaying 3 results from an estimated 3 matches for "commonobjs".

2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com> This series includes a patch (PATCH 1/6) that I sent previously but I thought it was worth sending it again since the rest of the series depends on it, and it also gives a bit of context. These cleanups make it simpler to do the big switchover to ELF modules on the elflink branch because the libraries in $LIBS are now contained in one
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com> The following patch series is available at, git://git.zytor.com/users/mfleming/syslinux.git elflink All patches are against the 'elflink' branch. This series fixes a few serious bugs and some behavioural incompatibilities with the 4.x series. Matt Fleming (19): ldlinux: Initialise 'p' before using it. ldlinux: Parse
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...lsdata *, const char *); +const char *padver(const char *, const int); + +#endif /* BLS_H */ diff --git a/com32/menu/Makefile b/com32/menu/Makefile index 7c2d5927..383ca6f0 100644 --- a/com32/menu/Makefile +++ b/com32/menu/Makefile @@ -23,7 +23,7 @@ MODULES = menu.c32 vesamenu.c32 TESTFILES = COMMONOBJS = menumain.o readconfig.o passwd.o drain.o \ - printmsg.o colors.o background.o refstr.o + printmsg.o colors.o background.o refstr.o bls.o all: $(MODULES) $(TESTFILES) diff --git a/com32/menu/bls.c b/com32/menu/bls.c new file mode 100644 index 00000000..16e8bf18 --- /dev/null +++ b/com32/men...