Deleted Added
full compact
Makefile (161197) Makefile (161370)
1# $FreeBSD: head/sys/boot/arm/at91/libat91/Makefile 161197 2006-08-10 18:14:35Z imp $
1# $FreeBSD: head/sys/boot/arm/at91/libat91/Makefile 161370 2006-08-16 23:39:58Z imp $
2
3.include "${.CURDIR}/../Makefile.inc"
4
5LIB= at91
6INTERNALLIB=
2
3.include "${.CURDIR}/../Makefile.inc"
4
5LIB= at91
6INTERNALLIB=
7SRCS=at91rm9200_lowlevel.c eeprom.c emac.c getc.c \
8 p_string.c putchar.c printf.c spi_flash.c xmodem.c
7SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \
8 p_string.c putchar.c printf.c reset.c spi_flash.c xmodem.c \
9 sd-card.c mci_device.c
9NO_MAN=
10
11.if ${MK_TAG_LIST} != "no"
12CFLAGS += -I${.CURDIR}/.. -DSUPPORT_TAG_LIST
13SRCS+=tag_list.c
14.endif
15
16.include <bsd.lib.mk>
10NO_MAN=
11
12.if ${MK_TAG_LIST} != "no"
13CFLAGS += -I${.CURDIR}/.. -DSUPPORT_TAG_LIST
14SRCS+=tag_list.c
15.endif
16
17.include <bsd.lib.mk>