arm:build and install usbd by default.
Change-Id: I3f7a5bf5d4b75ba820297b0d5fb4447e5126e641 http://gerrit.minix3.org/#/c/2696/
This commit is contained in:
parent
489a81f55d
commit
9cc744ad52
3 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
./etc/rc.capes minix-sys
|
||||
./etc/rc.capes/BB-BONE-WTHR-01 minix-sys
|
||||
./etc/system.conf.d/lan8710a minix-sys
|
||||
./etc/system.conf.d/usbd minix-sys
|
||||
./multiboot/mod07_tty minix-sys
|
||||
./multiboot/mod08_mfs minix-sys
|
||||
./multiboot/mod09_vm minix-sys
|
||||
|
@ -115,6 +116,7 @@
|
|||
./usr/sbin/tps65217 minix-sys
|
||||
./usr/sbin/tps65950 minix-sys
|
||||
./usr/sbin/tsl2550 minix-sys
|
||||
./usr/sbin/usbd minix-sys
|
||||
./usr/share/beaglebone minix-sys
|
||||
./usr/share/beaglebone/weather minix-sys
|
||||
./usr/share/beaglebone/weather/index.html minix-sys
|
||||
|
|
|
@ -55,7 +55,8 @@ SUBDIR+= bmp085 \
|
|||
tda19988 \
|
||||
tps65217 \
|
||||
tps65950 \
|
||||
tsl2550
|
||||
tsl2550 \
|
||||
usbd
|
||||
.endif
|
||||
|
||||
.endif # ${MKIMAGEONLY} != "yes"
|
||||
|
|
|
@ -448,6 +448,7 @@ install-etc-files-safe: .PHONY .MAKE check_DESTDIR MAKEDEV
|
|||
${_MKMSG_INSTALL} ${DESTDIR}/etc/rc.capes
|
||||
${INSTALL_DIR} ${DESTDIR}/etc/rc.capes
|
||||
${INSTALL_FILE} -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} ${NETBSDSRCDIR}/etc/rc.capes/* ${DESTDIR}/etc/rc.capes
|
||||
${INSTALL_FILE} -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} ${NETBSDSRCDIR}/drivers/usbd/usbd.conf ${DESTDIR}/etc/system.conf.d/usbd
|
||||
.endif # Minix/earm specific
|
||||
.for subdir in . defaults mtree
|
||||
${MAKEDIRTARGET} ${subdir} configinstall
|
||||
|
|
Loading…
Reference in a new issue