search for: b9dac17

Displaying 2 results from an estimated 2 matches for "b9dac17".

2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...19e4 100644 --- a/extlinux/Makefile +++ b/extlinux/Makefile @@ -15,7 +15,8 @@ ## topdir = .. -include $(topdir)/MCONFIG +MAKEDIR = $(topdir)/mk +include $(MAKEDIR)/syslinux.mk OPTFLAGS = -g -Os INCLUDES = -I. -I.. -I../libinstaller diff --git a/linux/Makefile b/linux/Makefile index ffe2272..b9dac17 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -15,7 +15,8 @@ ## topdir = .. -include $(topdir)/MCONFIG +MAKEDIR = $(topdir)/mk +include $(MAKEDIR)/syslinux.mk OPTFLAGS = -g -O0 -Dalloca=malloc INCLUDES = -I. -I.. -I../libinstaller diff --git a/lzo/Makefile b/lzo/Makefile index d88279d...
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