FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
113:3b2e941043d8 | 114:17b0511b243c |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 ASFLAGS=-mthumb-interwork | 2 ASFLAGS=-mthumb-interwork |
3 | 3 |
4 OBJS= sysinit.o | 4 OBJS= irqfiq.o sysinit.o |
5 | 5 |
6 all: ${OBJS} | 6 all: ${OBJS} |
7 | 7 |
8 clean: | 8 clean: |
9 rm -f *.[oa] *errs | 9 rm -f *.[oa] *errs |