rtvax1000: Avoid all QDSS (VCB02) components during build
This commit is contained in:
parent
eb8791c227
commit
51feb87be4
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
||||||
in this Software without prior written authorization from the author.
|
in this Software without prior written authorization from the author.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined(VAX_620)
|
||||||
|
|
||||||
#include "vax_gpx.h"
|
#include "vax_gpx.h"
|
||||||
|
|
||||||
#define VA_FIFOSIZE 64
|
#define VA_FIFOSIZE 64
|
||||||
|
@ -1853,3 +1855,7 @@ va_scroll ();
|
||||||
|
|
||||||
return SCPE_OK;
|
return SCPE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else /* defined(VAX_620) */
|
||||||
|
static const char *dummy_declaration = "Something to compile";
|
||||||
|
#endif /* !defined(VAX_620) */
|
||||||
|
|
Loading…
Add table
Reference in a new issue