summaryrefslogtreecommitdiff
path: root/core/Makefile
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-11-15 12:48:34 +0000
committerMatt Fleming <matt.fleming@intel.com>2012-11-15 13:06:48 +0000
commit4eb06d95d882530375a82edb81b78bf5967b9ea3 (patch)
tree116ac58af3310c3479d1a390c453d9e0d79d4051 /core/Makefile
parent813388b889a38d756ce2709148244ba7cb354003 (diff)
downloadsyslinux-4eb06d95d882530375a82edb81b78bf5967b9ea3.tar.gz
mk: Add -fPIC for x86_64 to embedded.mk
Building for x86_64 requires that the object files be compiled with -fPIC, so delete the comment in embedded.mk. With this change we can remove lib.mk and efi.mk from core/Makefile. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/Makefile b/core/Makefile
index 0276f312..14590eb6 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -21,13 +21,8 @@ VPATH = $(SRC)
MAKEFLAGS += -r
MAKE += -r
-ifdef EFI_BUILD
-include $(MAKEDIR)/lib.mk
-include $(MAKEDIR)/efi.mk
-else
include $(MAKEDIR)/embedded.mk
-include $(objdir)/version.mk
-endif
OPTFLAGS =
INCLUDES = -I$(SRC)/include -I$(com32)/include -I$(com32)/include/sys -I$(com32)/lib