diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2009-05-16 22:48:46 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-06-12 20:39:52 +0200 |
| commit | 379be585eb2343d8814a5cee5fb3da930d846bee (patch) | |
| tree | ee1a692fce02571b87b74dac974ea7993b00b66e /cpu/pxa/Makefile | |
| parent | ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1 (diff) | |
pxa: move serial driver to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Diffstat (limited to 'cpu/pxa/Makefile')
| -rw-r--r-- | cpu/pxa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/pxa/Makefile b/cpu/pxa/Makefile index 5dc3a52c8d5..07a151a1703 100644 --- a/cpu/pxa/Makefile +++ b/cpu/pxa/Makefile @@ -30,7 +30,6 @@ START = start.o COBJS += cpu.o COBJS += i2c.o COBJS += pxafb.o -COBJS += serial.o COBJS += timer.o COBJS += usb.o |
