# Copyright (C) 2011, 2012 The uOFW team
# See the file COPYING for copying permission.

TARGET = exceptionman
OBJS = excep.o exceptions.o intr.o nmi.o

include $(ROOT_DIR)/lib/build.mak

