summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorChandramouli Narayanan <chandramouli.narayanan@intel.com>2012-09-01 07:10:46 -0700
committerMatt Fleming <matt.fleming@intel.com>2012-09-04 18:49:39 +0100
commitd1e4387577da5a5bc291a112aa51da6f8f1869cc (patch)
tree9ea0e7deca3993a2afbece979c5344ceaaf34f01 /mk
parent9415cfeb0a3d641eea9c6b877278e1acbc4ee830 (diff)
downloadsyslinux-d1e4387577da5a5bc291a112aa51da6f8f1869cc.tar.gz
core: Rename DEBUG macro to avoid gnu-efi library conflict
Use of DEBUG macro clases with gnu-efi library. This patch defines CORE_DEBUG. Appropriate changes to sources are made as a result. Also, the linker error on __bad_SEG is fixed. Signed-off-by: Chandramouli Narayanan <chandramouli.narayanan@intel.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/devel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/devel.mk b/mk/devel.mk
index 8184c30f..fb4af678 100644
--- a/mk/devel.mk
+++ b/mk/devel.mk
@@ -1,3 +1,3 @@
# Useful while doing development, but not for production.
GCCWARN += -Wno-clobbered
-# GCCWARN += -DDEBUG_PORT=0x3f8 -DDEBUG=1
+# GCCWARN += -DDEBUG_PORT=0x3f8 -DCORE_DEBUG=1