mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't build start.S as part of libalpha.a - its built specially.
This commit is contained in:
parent
bcdb85b6b8
commit
75cdadceb4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ CFLAGS+= -I${.CURDIR}/../../common -mno-fp-regs \
|
|||
#CPPFLAGS+= -DNO_DISKLABEL
|
||||
#CPPFLAGS+= -DSAVE_MEMORY
|
||||
|
||||
SRCS= OSFpal.c elf_freebsd.c prom.c prom_disp.S prom_swpal.S start.S \
|
||||
SRCS= OSFpal.c elf_freebsd.c prom.c prom_disp.S prom_swpal.S \
|
||||
pal.S reboot.c delay.c time.c alpha_module.c devicename.c \
|
||||
srmdisk.c srmnet.c getsecs.c alpha_copy.c bootinfo.c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue