summaryrefslogtreecommitdiff
path: root/firmware/test/fat/autoconf.h
blob: e5a91790aff16cf1f738858caec01f3587617410 (plain)
1
2
3
4
5
6
7
8
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