diff nuc-fw/sysglue/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 947b1f473960
children 8b0793c67f9f
line wrap: on
line diff
--- a/nuc-fw/sysglue/Makefile	Sun Oct 20 21:12:41 2013 +0000
+++ b/nuc-fw/sysglue/Makefile	Thu Oct 24 02:47:14 2013 +0000
@@ -1,7 +1,7 @@
 CC=	arm-elf-gcc
 ASFLAGS=-mthumb-interwork
 
-OBJS=	sysinit.o
+OBJS=	irqfiq.o sysinit.o
 
 all:	${OBJS}