diff --git a/src/arch/i386/image/nbi.c b/src/arch/i386/image/nbi.c index b7c13e59..c50a78c3 100644 --- a/src/arch/i386/image/nbi.c +++ b/src/arch/i386/image/nbi.c @@ -6,6 +6,9 @@ #include "etherboot.h" #include "errno.h" +#warning "This file is obsolete" +#if 0 + /** @file * * NBI image format. @@ -410,3 +413,5 @@ struct image nbi_image __image = { .load = nbi_load, .boot = nbi_boot, }; + +#endif