build:indenting

Change-Id: I85840455ab0ff94c33a2abe342967f6248d1e45f

http://gerrit.minix3.org/#/c/2691/
This commit is contained in:
Kees Jongenburger 2014-05-26 16:47:49 +02:00 committed by Lionel Sambuc
parent dfb2b8398d
commit 902045e94e

View 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"