Add net device to netboot.
This commit is contained in:
parent
457427e263
commit
f4d20726f1
@ -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…
x
Reference in New Issue
Block a user