mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS13397: Fix ipodpatcher standalone build
Patch from revo Change-Id: Ic41191c389d21861dec94f38418420d60f2596c3
This commit is contained in:
parent
3d5dd97c48
commit
0391f2410a
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ endif
|
|||
LDOPTS_OSX = -framework CoreFoundation -framework IOKit
|
||||
|
||||
LIBSOURCES = ipodpatcher.c fat32format.c arc4.c \
|
||||
ipodio-posix.c ipodio-win32-scsi.c ipodio-win32.c
|
||||
ipodio-posix.c ipodio-win32-scsi.c ipodio-win32.c \
|
||||
ipodpatcher-aupd.c
|
||||
SOURCES = main.c $(BOOTSRC)
|
||||
ipodpatcher: SOURCES+= ipodio-posix.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue