]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/boot/arm/at91/libat91/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / boot / arm / at91 / libat91 / Makefile
1 #  $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 SOC?=at91rm9200
6
7 LIB=            at91
8 INTERNALLIB=
9 SRCS=${SOC}_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \
10         putchar.c printf.c reset.c spi_flash.c xmodem.c \
11         sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \
12         memset.c memcmp.c
13 SRCS+=ashldi3.c divsi3.S
14 MAN=
15
16 .if ${MK_TAG_LIST} != "no"
17 CFLAGS += -I${.CURDIR}/.. -DSUPPORT_TAG_LIST
18 SRCS+=tag_list.c
19 .endif
20
21 .include <bsd.lib.mk>