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=
|
2006-11-09 20:32:36 +00:00
|
|
|
SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.c fpga.c getc.c \
|
2006-10-20 09:12:05 +00:00
|
|
|
putchar.c printf.c reset.c spi_flash.c xmodem.c \
|
2006-11-09 20:32:36 +00:00
|
|
|
sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \
|
2006-10-20 09:12:05 +00:00
|
|
|
memset.c memcmp.c
|
|
|
|
SRCS+=ashldi3.c divsi3.S
|
2006-04-19 17:16:49 +00:00
|
|
|
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>
|