mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
makefiles to the centralized makefile. This not only reduces duplication, it also makes the MD quirks stand out better and thus improves maintenance.
12 lines
336 B
Makefile
12 lines
336 B
Makefile
# $FreeBSD$
|
|
|
|
DEFAULT_VECTOR= bfd_elf64_alpha_freebsd_vec
|
|
|
|
SRCS+= coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c \
|
|
elf64-alpha.c elf64-target.h elf64.c elflink.c
|
|
VECS= ${DEFAULT_VECTOR} bfd_elf64_alpha_vec ecoffalpha_little_vec
|
|
.if ${TARGET_ARCH} == "alpha"
|
|
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
|
|
.endif
|
|
|
|
CLEANFILES+= elf64-target.h
|