summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91/libat91/Makefile
blob: 7c323b0869edfe3386d2aedb454e7fd4e0e94991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#  $FreeBSD$

.include "${.CURDIR}/../Makefile.inc"

LIB=		at91
INTERNALLIB=
SRCS=at91rm9200_lowlevel.c eeprom.c emac.c getc.c \
	p_string.c putchar.c printf.c spi_flash.c xmodem.c
NO_MAN=

.if ${MK_TAG_LIST} != "no"
CFLAGS += -I${.CURDIR}/.. -DSUPPORT_TAG_LIST
SRCS+=tag_list.c
.endif

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud