search for: 44278bd

Displaying 2 results from an estimated 2 matches for "44278bd".

2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...uration for embedded directories ## -include $(topdir)/MCONFIG +include $(MAKEDIR)/syslinux.mk GCCOPT := $(call gcc_ok,-m32,) GCCOPT += $(call gcc_ok,-ffreestanding,) diff --git a/com32/lib/MCONFIG b/mk/lib.mk similarity index 98% rename from com32/lib/MCONFIG rename to mk/lib.mk index 44278bd..48b2a13 100644 --- a/com32/lib/MCONFIG +++ b/mk/lib.mk @@ -1,6 +1,6 @@ # -*- makefile -*- -include $(topdir)/MCONFIG +include $(MAKEDIR)/syslinux.mk GCCOPT := $(call gcc_ok,-std=gnu99,) GCCOPT += $(call gcc_ok,-m32,) diff --git a/com32/rosh/MCONFIG b/mk/rosh.mk similarity index 97% rename f...
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