blob: 4586c09e202417eb640d048e245d49abe31663ae (
plain)
1
2
3
4
5
6
7
8
|
#include "config.h"
/* Can't link all Sansa PP devices the same way at this time */
#ifdef HAVE_BOOTLOADER_USB_MODE
#include "../pp/boot-pp502x-bl-usb.lds"
#else
#include "../pp/boot-pp.lds"
#endif
|