]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/boot/arm/at91/libat91/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / boot / arm / at91 / libat91 / Makefile
1 #  $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 LIB=            at91
6 INTERNALLIB=
7 SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \
8         putchar.c printf.c reset.c spi_flash.c xmodem.c \
9         sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \
10         memset.c memcmp.c
11 SRCS+=ashldi3.c divsi3.S
12 NO_MAN=
13
14 .if ${MK_TAG_LIST} != "no"
15 CFLAGS += -I${.CURDIR}/.. -DSUPPORT_TAG_LIST
16 SRCS+=tag_list.c
17 .endif
18
19 .include <bsd.lib.mk>