Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 261 → Rev 262

/shark/trunk/ports/tftp/makefile
8,11 → 8,11
 
LIBRARY = tftp
 
OBJS_PATH = $(BASE)/drivers/tftp
OBJS_PATH = $(BASE)/ports/tftp
 
OBJS = tftp.o endn.o
 
OTHERINCL += -I$(BASE)/drivers/tftp/include
OTHERINCL += -I$(BASE)/ports/tftp/include
 
include $(BASE)/config/lib.mk