drivers: build random for arm too
Change-Id: I801643281fdacc6cb7950cc79a29bec28dcf40ec
This commit is contained in:
parent
95513e73da
commit
1f6e0c8fa6
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue