ROOT	= ../../..
INCROOT	= $(ROOT)/inc
INCLUDES= -I$(INCROOT)/arch/m68xx -I$(INCROOT)/base
DEFINES	= -DUSE_PROTOTYPES
CFLAGS	= -g #-Wmissing-prototypes
CPPFLAGS= $(INCLUDES) $(DEFINES)
RM	= rm -f

# Files in this directory is compiled to object files in other directories
default:
all:
clean:
depend:
realclean:
