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
|
||||
*/
|
||||
#ifdef NON_MATCHING
|
||||
// For non-matching builds, dmadata is generated from the specfile segments
|
||||
// dmadata is generated from the specfile segments
|
||||
#include "dmadata/dmadata_table_spec.h"
|
||||
#else
|
||||
#include "dmadata/dmadata_table_us.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue