Makefile 205 Bytes
# Makefile for testswar

# required libraries in correct order
LIBS=ins bsp m softfloat ins

# C sources
SOURCES=testswar.c swar.c ise.c sysregs.c lconf.c

# all common rules
include $(TOP)/Makefile.rules