diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-02-27 23:12:28 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-02-27 23:12:28 +0000 |
| commit | d03c67b1987119ab762831b14e7a084e2bb4e97b (patch) | |
| tree | 53ca710bafe4ea75e7f2c06133a049d48d34a024 | |
| parent | 50230f983b60eb74345926f20c7248a215ad329a (diff) | |
Notes
| -rw-r--r-- | sys/arm/at91/files.at91 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/files.at91 b/sys/arm/at91/files.at91 index 108e67ab5485..9142749efe57 100644 --- a/sys/arm/at91/files.at91 +++ b/sys/arm/at91/files.at91 @@ -15,10 +15,10 @@ arm/at91/at91_tc.c optional at91_tc arm/at91/at91_twi.c optional at91_twi arm/at91/at91_udp.c optional at91_udp arm/at91/if_ate.c optional ate -arm/at91/ohci_atmelarm.c optional ohci arm/at91/uart_bus_at91usart.c optional uart arm/at91/uart_cpu_at91rm9200usart.c optional uart arm/at91/uart_dev_at91usart.c optional uart +dev/usb/controller/ohci_atmelarm.c optional ohci # # All the boards we support # |
