Don't depend on DEV_BRANCH
Allows things to be compiled independently
This commit is contained in:
@@ -275,7 +275,7 @@ machine_at_wellamerastar_init(const machine_t *model)
|
||||
return ret;
|
||||
}
|
||||
|
||||
#if defined(DEV_BRANCH) && defined(USE_OPEN_AT)
|
||||
#ifdef USE_OPEN_AT
|
||||
int
|
||||
machine_at_openat_init(const machine_t *model)
|
||||
{
|
||||
@@ -291,4 +291,4 @@ machine_at_openat_init(const machine_t *model)
|
||||
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
#endif /* USE_OPEN_AT */
|
||||
|
||||
Reference in New Issue
Block a user