mirror of https://github.com/zeldaret/mm.git
Remove us specific dmadata table (#1801)
This commit is contained in:
parent
9ca02c79b5
commit
03f12527e1
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* Select dmadata table for version
|
* Select dmadata table for version
|
||||||
*/
|
*/
|
||||||
#ifdef NON_MATCHING
|
// dmadata is generated from the specfile segments
|
||||||
// For non-matching builds, dmadata is generated from the specfile segments
|
|
||||||
#include "dmadata/dmadata_table_spec.h"
|
#include "dmadata/dmadata_table_spec.h"
|
||||||
#else
|
|
||||||
#include "dmadata/dmadata_table_us.h"
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue