2006-04-19 17:16:49 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-04-21 13:51:47 +00:00
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
|
2006-04-19 17:16:49 +00:00
|
|
|
LIB= at91
|
|
|
|
INTERNALLIB=
|
|
|
|
SRCS=at91rm9200_lowlevel.c eeprom.c emac.c env_vars.c getc.c loader_prompt.c \
|
|
|
|
p_string.c putchar.c printf.c xmodem.c
|
|
|
|
NO_MAN=
|
|
|
|
|
2006-04-21 13:51:47 +00:00
|
|
|
.if ${MK_TAG_LIST} != "no"
|
|
|
|
CFLAGS += -I${.CURDIR}/.. -DSUPPORT_TAG_LIST
|
|
|
|
SRCS+=tag_list.c
|
|
|
|
.endif
|
|
|
|
|
2006-04-19 17:16:49 +00:00
|
|
|
.include <bsd.lib.mk>
|