summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index e6c0b967d4..9c45808b66 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -595,10 +595,16 @@ target/arm/pp/wmcodec-pp.c
595target/arm/pp/system-pp5002.c 595target/arm/pp/system-pp5002.c
596target/arm/pp/usb-fw-pp5002.c 596target/arm/pp/usb-fw-pp5002.c
597target/arm/pp/ata-pp5002.c 597target/arm/pp/ata-pp5002.c
598# ifdef HAVE_SERIAL
599target/arm/pp/uart-pp.c
600# endif /* HAVE_SERIAL */
598#elif defined CPU_PP502x 601#elif defined CPU_PP502x
599target/arm/pp/usb-fw-pp502x.c 602target/arm/pp/usb-fw-pp502x.c
600target/arm/pp/system-pp502x.c 603target/arm/pp/system-pp502x.c
601#endif 604# ifdef HAVE_SERIAL
605target/arm/pp/uart-pp.c
606# endif /* HAVE_SERIAL */
607#endif /* (CONFIG_CPU==PP5002) || CPU_PP502x */
602#ifdef BOOTLOADER 608#ifdef BOOTLOADER
603#ifdef HAVE_BOOTLOADER_USB_MODE 609#ifdef HAVE_BOOTLOADER_USB_MODE
604target/arm/pp/crt0-pp502x-bl-usb.S 610target/arm/pp/crt0-pp502x-bl-usb.S