diff options
author | Matt Fleming <matt.fleming@intel.com> | 2013-07-26 11:15:36 +0100 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-07-26 11:21:41 +0100 |
commit | 5131663c4ab29939ef6d23066d9832a23bb445a3 (patch) | |
tree | 1afb83eb082a6860549e8df97e7e5038097b5656 /mk | |
parent | e4fd80fb096858c399b17c308986aaed563b8ca9 (diff) | |
parent | 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd (diff) | |
download | syslinux-5131663c4ab29939ef6d23066d9832a23bb445a3.tar.gz syslinux-5131663c4ab29939ef6d23066d9832a23bb445a3.tar.xz syslinux-5131663c4ab29939ef6d23066d9832a23bb445a3.zip |
Merge branch 'elflink-undi-debug-for-mfleming' of git://github.com/geneC/syslinux into firmwaresyslinux-6.02-pre13
Pull UNDIIF packet header debug patch series from Gene Cumm,
* 'elflink-undi-debug-for-mfleming' of git://github.com/geneC/syslinux:
Allow for UNDIIF_ID_DEBUG in 1 mk line
core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debug
lwip/undiif: split arphdr._hwlen_protolen
lwip: Allow LWIP_PLATFORM_* output to use dprintf
lwip: undiif: Fix debug options to unique *_DEBUG macros
Conflicts:
core/kaboom.c
Diffstat (limited to 'mk')
-rw-r--r-- | mk/devel.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/devel.mk b/mk/devel.mk index 7c029771..b1fca87e 100644 --- a/mk/devel.mk +++ b/mk/devel.mk @@ -3,3 +3,7 @@ GCCWARN += -Wno-clobbered #GCCWARN += -DDEBUG_MALLOC # GCCWARN += -DDEBUG_PORT=0x3f8 -DCORE_DEBUG=1 GCCWARN += -DDYNAMIC_DEBUG + +## The following will enable printing ethernet/arp/ip/icmp/tcp/udp headers +## in undiif.c +# GCCWARN += -DUNDIIF_ID_DEBUG=0x80U -DLWIP_DEBUG -DDEBUG_PORT=0x3f8 |