summaryrefslogtreecommitdiff
path: root/firmware/export/config/erosqnative.h
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2024-09-02 19:27:59 +0000
committerSolomon Peachy <pizza@shaftnet.org>2024-09-08 12:29:03 -0400
commita5462d6192909dd0abbae15b19d634ca1c0ed4a2 (patch)
treee3eea9c437dfe0385545ce71f6cba5a21f03cea5 /firmware/export/config/erosqnative.h
parenta86e2b5c6e2202827004755358db1dac0fde5540 (diff)
downloadrockbox-a5462d6192909dd0abbae15b19d634ca1c0ed4a2.tar.gz
rockbox-a5462d6192909dd0abbae15b19d634ca1c0ed4a2.zip
erosqnative: Give erosqnative_v3 its own target ID and modelname
This is needed so "make clean; make reconf" will work correctly. Change-Id: Ife13e59ac6054f04f7095aa2263ec64595eeb3a2
Diffstat (limited to 'firmware/export/config/erosqnative.h')
-rw-r--r--firmware/export/config/erosqnative.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h
index 5eb9ba7021..357be1c280 100644
--- a/firmware/export/config/erosqnative.h
+++ b/firmware/export/config/erosqnative.h
@@ -9,15 +9,15 @@
9#define BOOTFILE "rockbox." BOOTFILE_EXT 9#define BOOTFILE "rockbox." BOOTFILE_EXT
10#define BOOTDIR "/.rockbox" 10#define BOOTDIR "/.rockbox"
11 11
12/* Define EROSQN_VER as a GCC option if desired - 12/* Define EROSQN_VER as an "extradefine" in the configure script -
13 * v1, v2 players: "1" 13 * v1, v2 players: "1"
14 * v3 players: "3" 14 * v3 players: "3"
15 * Only bootloader will be affected 15 * Only bootloader will be affected.
16 *
17 * This allows us to fix the LCD init issues with v3 players.
16 */ 18 */
17#ifdef BOOTLOADER 19#ifndef EROSQN_VER
18# ifndef EROSQN_VER /* this should probably go in config/erosqnative.h*/ 20#error "Must define EROSQN_VER"
19# define EROSQN_VER 1
20# endif
21#endif 21#endif
22 22
23/* CPU defines */ 23/* CPU defines */