From: Kees Jongenburger Date: Mon, 26 May 2014 14:47:49 +0000 (+0200) Subject: build:indenting X-Git-Tag: v3.3.0~270 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keygen.html?a=commitdiff_plain;h=902045e94e61a589a7d6f027262f72af55d80947;p=minix.git build:indenting Change-Id: I85840455ab0ff94c33a2abe342967f6248d1e45f http://gerrit.minix3.org/#/c/2691/ --- diff --git a/drivers/Makefile b/drivers/Makefile index 7e92a77da..dba9ba636 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -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"