drivers: build random for arm too

Change-Id: I801643281fdacc6cb7950cc79a29bec28dcf40ec
This commit is contained in:
Ben Gras 2013-02-09 15:52:03 +01:00
parent 95513e73da
commit 1f6e0c8fa6
2 changed files with 2 additions and 1 deletions

View file

@ -96,3 +96,4 @@
./usr/lib/libpadconf_pic.a minix-sys
./usr/mdec minix-sys
./usr/sbin/gpio minix-sys
./usr/sbin/random minix-sys

View file

@ -23,7 +23,7 @@ SUBDIR= ahci amddev atl2 at_wini audio dec21140A dp8390 dpeth \
.endif
.if ${MACHINE_ARCH} == "earm"
SUBDIR= gpio mmc log tty
SUBDIR= gpio mmc log tty random
.endif
.endif # ${MKIMAGEONLY} != "yes"