This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / util / vgabios / x86emu / src / x86emu / makefile
index 3fbc363b34e6524bec78ecdaf3c2128d7e99a95b..2a82744e767c59d5953a1a516b0c6933ea4c3556 100644 (file)
@@ -32,7 +32,7 @@
 #
 #############################################################################
 
-.IMPORT .IGNORE: DEBUG
+.IMPORT .IGNORE: CONFIG_DEBUG
 
 #----------------------------------------------------------------------------
 # Define the lists of object files
@@ -40,7 +40,7 @@
 
 OBJECTS                        = sys$O decode$O ops$O ops2$O prim_ops$O fpu$O debug$O
 CFLAGS         += -DSCITECH
-.IF $(DEBUG)
+.IF $(CONFIG_DEBUG)
 CFLAGS                 += -DDEBUG
 .ENDIF
 LIBCLEAN               = *.dll *.lib *.a