Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#
#
#

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

PROGS= gps

include $(BASE)/config/example.mk

gps:
        make -f $(SUBMAKE) APP=gps INIT= OTHEROBJS="initfile.o nmea_parse.o" SHARKOPT="__LINUXC26__ __PCI__ __INPUT__ __FB__"