Make the 'serial_port' feature depend on HAVE_SERIAL instead of IPOD_ACCESSORY_PROTOCOL

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20200 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-03-04 19:44:58 +00:00
parent 08b643ee57
commit 5322258061

View file

@ -184,7 +184,7 @@ usbstack
accessory_supply
#endif
#if defined(IPOD_ACCESSORY_PROTOCOL)
#if defined(HAVE_SERIAL)
serial_port
#endif