mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Added dummy autoconf.h for fat test.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29457 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a5eaa8fa9
commit
c01b91e758
1 changed files with 9 additions and 0 deletions
9
firmware/test/fat/autoconf.h
Normal file
9
firmware/test/fat/autoconf.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* fake autoconf for fat testing */
|
||||
|
||||
#ifndef __BUILD_AUTOCONF_H
|
||||
#define __BUILD_AUTOCONF_H
|
||||
|
||||
/* assume little endian for now */
|
||||
#define ROCKBOX_LITTLE_ENDIAN 1
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue