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

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

SOC?=at91rm9200

LIB=		at91
INTERNALLIB=
SRCS=${SOC}_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \
	putchar.c printf.c reset.c spi_flash.c xmodem.c \
	sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \
	memset.c memcmp.c
SRCS+=ashldi3.c divsi3.S
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