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:
parent
4d3a020f27
commit
3c7e299cf3
9 changed files with 12 additions and 30 deletions
|
|
@ -108,7 +108,9 @@ drivers/button.c
|
|||
#ifdef HAVE_DAC3550A
|
||||
drivers/dac.c
|
||||
#endif
|
||||
#ifdef HAVE_SERIAL
|
||||
drivers/serial.c
|
||||
#endif
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue