mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
10 lines
231 B
C
10 lines
231 B
C
/**
|
|
* Select dmadata table for version
|
|
*/
|
|
#ifdef NON_MATCHING
|
|
// For non-matching builds, dmadata is generated from the specfile segments
|
|
#include "dmadata/dmadata_table_spec.h"
|
|
#else
|
|
#include "dmadata/dmadata_table_us.h"
|
|
#endif
|