comparison nuc-fw/sysglue/Makefile @ 130:8b0793c67f9f

nuc-fw: final preparations for the big transition
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 01 Nov 2013 08:03:23 +0000
parents 17b0511b243c
children
comparison
equal deleted inserted replaced
129:7d7950d7f924 130:8b0793c67f9f
1 CC= arm-elf-gcc 1 CC= arm-elf-gcc
2 CFLAGS= -Os -fno-builtin -mthumb-interwork -mthumb
2 ASFLAGS=-mthumb-interwork 3 ASFLAGS=-mthumb-interwork
4 LD= arm-elf-ld
3 5
4 OBJS= irqfiq.o sysinit.o 6 OBJS= appinit.o irqfiq.o sysinit.o
5 7
6 all: ${OBJS} 8 all: xipcode.o
9
10 xipcode.o: ${OBJS}
11 ${LD} -r -o $@ ${OBJS}
7 12
8 clean: 13 clean:
9 rm -f *.[oa] *errs 14 rm -f *.[oa] *errs