]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/kgdb.c
Fix Makefile dependency problem with parallel builds.
[karo-tx-uboot.git] / common / kgdb.c
index 7a3e6d6edbb11370dc39c185e67d35dfcead5865..1d346699a56ecfaafececc42a0d4813cca7351da 100644 (file)
@@ -92,7 +92,7 @@
 #include <kgdb.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_KGDB) || defined(CONFIG_CMD_KGDB)
+#if defined(CONFIG_CMD_KGDB)
 
 #undef KGDB_DEBUG
 
@@ -591,4 +591,4 @@ U_BOOT_CMD(
 
 int kgdb_not_configured = 1;
 
-#endif /* CFG_CMD_KGDB */
+#endif