13 lines
253 B
Makefile
13 lines
253 B
Makefile
TOP_DIR = ../../..
|
|
sinclude $(TOP_DIR)/tools/w800/conf.mk
|
|
|
|
ifndef PDIR
|
|
GEN_LIBS = libcrypto$(LIB_EXT)
|
|
endif
|
|
|
|
#DEFINES +=
|
|
|
|
sinclude $(TOP_DIR)/tools/w800/rules.mk
|
|
INCLUDES := $(INCLUDES) -I ./ -I $(PDIR)include
|
|
PDIR := ../$(PDIR)
|
|
sinclude $(PDIR)Makefile |