###################################################################### ## ## Copyright (C) 2005, Blekinge Institute of Technology ## ## Filename: Makefile ## Author: Simon Kagstrom ## Description: Generic Makefile ## ## $Id: Makefile 2962 2005-06-17 13:57:54Z ska $ ## ###################################################################### SUBDIRS = OBJS = OS.o InternalHandler.o ExceptionTable.o Syscall.o Dismiss.o External.o UnhandledException.o Scheduler.o TARGET = OS LDLIBS = -lminic include /usr/local/mips/Rules.mk