mirror of https://github.com/ipxe/ipxe.git
This file breaks "make blib"; please find a way to avoid doing this.
parent
e71098a652
commit
7ab29b0bfe
|
@ -1,3 +1,6 @@
|
|||
/* mcb - this file breaks the build process; temporarily deactivating */
|
||||
#if 0
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
@ -80,3 +83,5 @@ int main(int argc, char *argv[])
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue