Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#
#
# PCI6025E Examples and Test programs
#
#

ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk

PROGS=  osc

include $(BASE)/config/example.mk

osc:
        make -f $(SUBMAKE) APP=osc OTHEROBJS="initosc.o adc.o" SHARKOPT="__6025E__ __OLDCHAR__ __GRX__"