1
0
Fork 0
forked from len0rd/rockbox

Simplify conditions for including serial port support (it's now HAVE_SERIAL). This should save a little binsize and RAM for target that don't have/use a serial port.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19936 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-02-07 11:15:30 +00:00
parent 4d3a020f27
commit 3c7e299cf3
9 changed files with 12 additions and 30 deletions

View file

@ -108,7 +108,9 @@ drivers/button.c
#ifdef HAVE_DAC3550A
drivers/dac.c
#endif
#ifdef HAVE_SERIAL
drivers/serial.c
#endif
#endif /* SIMULATOR */