X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=7319a6fed5615c313211f96389f0a4e665ba09b7;hp=4e8c8e31fca76ce34743e790875e769d63508cf7;hb=dd7ea495f8177d9594526263440ed67afa8f8e64;hpb=058a3adde5893927ae056a1d8fbccd5191d2446f diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 4e8c8e3..7319a6f 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -203,6 +203,14 @@ DEBUG_SECTIONS := $(DEBUG_SECTIONS) -UDEBUG_DEV_MGR endif endif +ifeq ($(DEBUG_NE2K),1) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) -DDEBUG_NE2K +else +ifeq ($(DEBUG_NE2K),0) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) -UDEBUG_NE2K +endif +endif + #DEBUG_SECTIONS := $(DEBUG_SECTIONS) -DTEST_NE2K ifeq ($(DEBUG),1) @@ -334,6 +342,7 @@ DEVICES_OBJS := \ devices/ram_hd.o \ devices/i440fx.o \ devices/piix3.o \ + devices/ne2k.o \ # devices/cdrom.o \ # devices/ramdisk.o \