]> Zhao Yanbai Git Server - minix.git/commitdiff
build:indenting
authorKees Jongenburger <kees.jongenburger@gmail.com>
Mon, 26 May 2014 14:47:49 +0000 (16:47 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:39 +0000 (17:05 +0200)
Change-Id: I85840455ab0ff94c33a2abe342967f6248d1e45f

http://gerrit.minix3.org/#/c/2691/

drivers/Makefile

index 7e92a77dacfa7e6f378f34374e679ab6520c9ea4..dba9ba6368c962f28b07a949e435c45129e8d7f5 100644 (file)
@@ -6,18 +6,55 @@
 # The default case
 
 # Drivers available on all platforms
-SUBDIR= hello log mmc pty random tty uds vnd readclock
+SUBDIR= hello \
+       log \
+       mmc \
+       pty \
+       random \
+       tty \
+       uds \
+       vnd \
+       readclock
 
 .if ${MACHINE_ARCH} == "i386"
-SUBDIR+= ahci amddev atl2 at_wini audio dec21140A dp8390 dpeth \
-       e1000 fbd filter floppy fxp lance orinoco pci pckbd \
-       printer rtl8139 rtl8169 ti1225 vbox acpi \
-       virtio_blk virtio_net
+SUBDIR+= ahci \
+       amddev \
+       atl2 \
+       at_wini \
+       audio \
+       dec21140A \
+       dp8390 \
+       dpeth \
+       e1000 \
+       fbd \
+       filter \
+       floppy \
+       fxp \
+       lance \
+       orinoco \
+       pci pckbd \
+       printer \
+       rtl8139 \
+       rtl8169 \
+       ti1225 \
+       vbox \
+       acpi \
+       virtio_blk \
+       virtio_net
 .endif
 
 .if ${MACHINE_ARCH} == "earm"
-SUBDIR+= bmp085 cat24c256 fb gpio i2c lan8710a \
-       sht21 tda19988 tps65217 tps65950 tsl2550
+SUBDIR+= bmp085 \
+       cat24c256 \
+       fb \
+       gpio \
+       i2c \
+       lan8710a \
+       sht21 \
+       tda19988 \
+       tps65217 \
+       tps65950 \
+       tsl2550
 .endif
 
 .endif # ${MKIMAGEONLY} != "yes"
@@ -29,7 +66,10 @@ SUBDIR+= bmp085 cat24c256 fb gpio i2c lan8710a \
 
 SUBDIR= tty
 .if ${MACHINE_ARCH} == "i386"
-SUBDIR+=       at_wini floppy pci pckbd
+SUBDIR+= at_wini \
+       floppy \
+       pci \
+       pckbd
 .endif
 
 .endif # ${MKIMAGEONLY} == "yes"