1
0
Fork 0
forked from len0rd/rockbox

move PP specific files to pp/

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31533 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-03 04:39:56 +00:00
parent bbe5845f04
commit 5cf79723ec
26 changed files with 23 additions and 23 deletions

View file

@ -1,2 +1,2 @@
#include "config.h"
#include "../boot-pp502x-bl-usb.lds"
#include "../pp/boot-pp502x-bl-usb.lds"

View file

@ -2,7 +2,7 @@
/* Can't link all Philips ARM devices the same way at this time */
#ifdef HAVE_BOOTLOADER_USB_MODE
#include "../boot-pp502x-bl-usb.lds"
#include "../pp/boot-pp502x-bl-usb.lds"
#else /* !HAVE_BOOTLOADER_USB_MODE */
ENTRY(start)
OUTPUT_FORMAT(elf32-littlearm)

View file

@ -2,7 +2,7 @@
/* Can't link all Sansa PP devices the same way at this time */
#ifdef HAVE_BOOTLOADER_USB_MODE
#include "../boot-pp502x-bl-usb.lds"
#include "../pp/boot-pp502x-bl-usb.lds"
#else /* !HAVE_BOOTLOADER_USB_MODE */
ENTRY(start)