From cb5c5cb359f68fbd456770a1cc761f88c7543a07 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 7 Jul 2012 04:51:59 +0000 Subject: Allow other SOCs to be compiled in, first step. --- sys/boot/arm/at91/libat91/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/boot/arm') diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile index 08585fd..a7fe96f 100644 --- a/sys/boot/arm/at91/libat91/Makefile +++ b/sys/boot/arm/at91/libat91/Makefile @@ -2,9 +2,11 @@ .include "${.CURDIR}/../Makefile.inc" +SOC?=at91rm9200 + LIB= at91 INTERNALLIB= -SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \ +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 -- cgit v1.1