Subversion Repositories shark

Rev

Rev 45 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# The Hartik 3.3.1 Sound Library

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = hsnd

OBJS_PATH     = $(BASE)/drivers/oldsnd

OBJS =  sbio.o blaster.o dma.o sound.o

include $(BASE)/config/lib.mk