* it will build from ``Makefile.vax'' and use ``../vax/inline''
* in the makerules, etc.
*/
-int machine;
const char *machinename;
-/*
- * For each machine, a set of CPU's may be specified as supported.
- * These and the options (below) are put in the C flags in the makefile.
- */
-
-struct cputype *cputype;
-
/*
* In order to configure and build outside the kernel source tree,
* we may wish to specify where the source tree lives.
*/
struct opt *opt, *mkopt, *opt_tail, *mkopt_tail;
-char *ident;
-
int do_trace;
-#if MACHINE_VAX
-int seen_mba, seen_uba;
-#endif
-
-int seen_vme, seen_mbii;
-
struct device *dtab;
char errbuf[80];
int profiling = 0;
-int maxusers;
-