FreeCalypso > hg > freecalypso-sw
view nuc-fw/sysglue/Makefile @ 87:321f6a9ae989
nuc-fw: fixed .section and .align assembly directives
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 22 Aug 2013 18:53:27 +0000 |
parents | 947b1f473960 |
children | 17b0511b243c |
line wrap: on
line source
CC= arm-elf-gcc ASFLAGS=-mthumb-interwork OBJS= sysinit.o all: ${OBJS} clean: rm -f *.[oa] *errs