# Extended Module Player src/drivers/Makefile

XCFLAGS	= -I../include
OBJS	= control.o info.o ipc.o load.o
DFILES	= Makefile $(OBJS:.o=.c)
DDIRS	=
LIB	= ../../lib/libxmp.a
CFILES	=
DCFILES	=

all: $(LIB)

include ../../Makefile.rules

include depend
