Add net device to netboot.
This commit is contained in:
parent
a51c074b64
commit
622b8a671c
@ -6,6 +6,9 @@
|
||||
|
||||
# Alpha-specific bootstrap sources
|
||||
SRCS+= main.c conf.c
|
||||
.if ${BASE} == netboot
|
||||
SRCS+= dev_net.c
|
||||
.endif
|
||||
|
||||
# Always add MI sources
|
||||
.PATH: ${.CURDIR}/../../common
|
||||
|
Loading…
Reference in New Issue
Block a user