FreeCalypso > hg > freecalypso-sw
view nuc-fw/sysglue/Makefile @ 142:15d5977390c2
fw build for pirelli: set the ASIC_CONF register like the original fw does
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 12 Nov 2013 05:00:00 +0000 |
parents | 8b0793c67f9f |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -Os -fno-builtin -mthumb-interwork -mthumb ASFLAGS=-mthumb-interwork LD= arm-elf-ld OBJS= appinit.o irqfiq.o sysinit.o all: xipcode.o xipcode.o: ${OBJS} ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *errs