From 661335f0cc3cd926d2f02306909837912d21141d Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Wed, 25 Mar 2020 22:38:34 -0300 Subject: [PATCH] Export P2B-LS to non-dev builds --- src/machine/machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine.h b/src/machine/machine.h index b9c28a908..5a5a52975 100644 --- a/src/machine/machine.h +++ b/src/machine/machine.h @@ -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 *);