diff nuc-fw/bsp/Makefile @ 114:17b0511b243c

nuc-fw: continuing lowest-level BSP integration
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 24 Oct 2013 02:47:14 +0000
parents 3b2e941043d8
children 1e41550feec5
line wrap: on
line diff
--- a/nuc-fw/bsp/Makefile	Sun Oct 20 21:12:41 2013 +0000
+++ b/nuc-fw/bsp/Makefile	Thu Oct 24 02:47:14 2013 +0000
@@ -4,9 +4,9 @@
 AR=	arm-elf-ar
 RANLIB=	arm-elf-ranlib
 
-IOBJS=	armio.o inth.o niq32.o
+IOBJS=	niq32.o
 
-XTOBJS=	clkm.o niq.o
+XTOBJS=	armio.o clkm.o inth.o niq.o timer.o timer1.o timer2.o
 
 XOBJS=	${XTOBJS}
 AOBJS=	${IOBJS}