Merge pull request #639 from richardg867/master

Export P2B-LS to non-dev builds
This commit is contained in:
OBattler
2020-03-26 02:39:16 +01:00
committed by GitHub

View File

@@ -311,8 +311,8 @@ extern int machine_at_s1668_init(const machine_t *);
#endif
extern int machine_at_6abx3_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_I686) /*P2B-LS has no VIA C3 BIOS support, so further investigation may be needed*/
extern int machine_at_p2bls_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_I686)
extern int machine_at_borapro_init(const machine_t *);
extern int machine_at_p6bxt_init(const machine_t *);