summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 2a7bea3e9f..644b7d7148 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -295,7 +295,7 @@ target/arm/pnx0101/system-pnx0101.c
295#if defined(CPU_PP) 295#if defined(CPU_PP)
296#if CONFIG_CPU == PP5002 296#if CONFIG_CPU == PP5002
297target/arm/system-pp5002.c 297target/arm/system-pp5002.c
298#elif (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5024) 298#elif defined CPU_PP502x
299target/arm/system-pp502x.c 299target/arm/system-pp502x.c
300#endif 300#endif
301#ifdef BOOTLOADER 301#ifdef BOOTLOADER