diff options
Diffstat (limited to 'src/southbridge/via/vt8235')
-rw-r--r-- | src/southbridge/via/vt8235/Makefile.inc | 8 | ||||
-rw-r--r-- | src/southbridge/via/vt8235/early_serial.c (renamed from src/southbridge/via/vt8235/vt8235_early_serial.c) | 0 | ||||
-rw-r--r-- | src/southbridge/via/vt8235/early_smbus.c (renamed from src/southbridge/via/vt8235/vt8235_early_smbus.c) | 0 | ||||
-rw-r--r-- | src/southbridge/via/vt8235/ide.c (renamed from src/southbridge/via/vt8235/vt8235_ide.c) | 0 | ||||
-rw-r--r-- | src/southbridge/via/vt8235/lpc.c (renamed from src/southbridge/via/vt8235/vt8235_lpc.c) | 0 | ||||
-rw-r--r-- | src/southbridge/via/vt8235/nic.c (renamed from src/southbridge/via/vt8235/vt8235_nic.c) | 0 | ||||
-rw-r--r-- | src/southbridge/via/vt8235/usb.c (renamed from src/southbridge/via/vt8235/vt8235_usb.c) | 0 |
7 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/via/vt8235/Makefile.inc b/src/southbridge/via/vt8235/Makefile.inc index 06d533560b..02e22640bf 100644 --- a/src/southbridge/via/vt8235/Makefile.inc +++ b/src/southbridge/via/vt8235/Makefile.inc @@ -18,7 +18,7 @@ ## driver-y += vt8235.c -driver-y += vt8235_ide.c -driver-y += vt8235_lpc.c -driver-y += vt8235_nic.c -driver-y += vt8235_usb.c +driver-y += ide.c +driver-y += lpc.c +driver-y += nic.c +driver-y += usb.c diff --git a/src/southbridge/via/vt8235/vt8235_early_serial.c b/src/southbridge/via/vt8235/early_serial.c index 11f98fae39..11f98fae39 100644 --- a/src/southbridge/via/vt8235/vt8235_early_serial.c +++ b/src/southbridge/via/vt8235/early_serial.c diff --git a/src/southbridge/via/vt8235/vt8235_early_smbus.c b/src/southbridge/via/vt8235/early_smbus.c index d091099fdb..d091099fdb 100644 --- a/src/southbridge/via/vt8235/vt8235_early_smbus.c +++ b/src/southbridge/via/vt8235/early_smbus.c diff --git a/src/southbridge/via/vt8235/vt8235_ide.c b/src/southbridge/via/vt8235/ide.c index 961f860fed..961f860fed 100644 --- a/src/southbridge/via/vt8235/vt8235_ide.c +++ b/src/southbridge/via/vt8235/ide.c diff --git a/src/southbridge/via/vt8235/vt8235_lpc.c b/src/southbridge/via/vt8235/lpc.c index b355ad0d88..b355ad0d88 100644 --- a/src/southbridge/via/vt8235/vt8235_lpc.c +++ b/src/southbridge/via/vt8235/lpc.c diff --git a/src/southbridge/via/vt8235/vt8235_nic.c b/src/southbridge/via/vt8235/nic.c index 71f169c055..71f169c055 100644 --- a/src/southbridge/via/vt8235/vt8235_nic.c +++ b/src/southbridge/via/vt8235/nic.c diff --git a/src/southbridge/via/vt8235/vt8235_usb.c b/src/southbridge/via/vt8235/usb.c index c712136c72..c712136c72 100644 --- a/src/southbridge/via/vt8235/vt8235_usb.c +++ b/src/southbridge/via/vt8235/usb.c |