mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Not all platforms have and want a.out format support.
This commit is contained in:
parent
5941aef773
commit
ef313bf935
1 changed files with 5 additions and 1 deletions
|
|
@ -1,9 +1,13 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c
|
||||
SRCS+= interp_backslash.c interp_parse.c load_aout.c load_elf.c ls.c misc.c
|
||||
SRCS+= interp_backslash.c interp_parse.c load_elf.c ls.c misc.c
|
||||
SRCS+= module.c panic.c
|
||||
|
||||
.if defined(LOADER_AOUT_SUPPORT)
|
||||
SRCS+= load_aout.c
|
||||
.endif
|
||||
|
||||
.if defined(LOADER_NET_SUPPORT)
|
||||
SRCS+= dev_net.c
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue