mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
hsm_utils
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@78 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
4b9bdf2bb3
commit
37df2f9e86
@ -42,12 +42,12 @@ EXAMPLES_NFLOG= $(NFAST_EXAMPLES_PATH)/nflog
|
|||||||
EXAMPLES_CUTILS= $(NFAST_EXAMPLES_PATH)/cutils
|
EXAMPLES_CUTILS= $(NFAST_EXAMPLES_PATH)/cutils
|
||||||
|
|
||||||
# openssl
|
# openssl
|
||||||
OPENSSL_DIR = ./GenerateFuseID/openssl-0.9.8k
|
OPENSSL_DIR = ../openssl-0.9.8k
|
||||||
|
|
||||||
|
|
||||||
# Where the source lives
|
# Where the source lives
|
||||||
SRCPATH = .
|
SRCPATH = .
|
||||||
REFPATH = nfuser
|
REFPATH = $(NFAST_PATH)/c/ctd/examples/nfuser
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CPPFLAGS= -I$(SRCPATH) \
|
CPPFLAGS= -I$(SRCPATH) \
|
||||||
@ -83,10 +83,8 @@ XLDLIBS= $(LIBPATH_SWORLD)/librqcard.a \
|
|||||||
$(LIBPATH_NFLOG)/libnflog.a \
|
$(LIBPATH_NFLOG)/libnflog.a \
|
||||||
$(LIBPATH_CUTILS)/libcutils.a -lm
|
$(LIBPATH_CUTILS)/libcutils.a -lm
|
||||||
|
|
||||||
#COMMON_OBJECTS= simplecmd.o simplebignum.o nfutil.o nfopt.o getdate.o report.o report-usage.o nftypes.o tokenise.o
|
|
||||||
COMMON_OBJECTS = $(REFPATH)/simplecmd.o $(REFPATH)/simplebignum.o $(REFPATH)/nfutil.o $(REFPATH)/nfopt.o $(REFPATH)/getdate.o $(REFPATH)/report.o $(REFPATH)/report-usage.o $(REFPATH)/nftypes.o $(REFPATH)/tokenise.o
|
COMMON_OBJECTS = $(REFPATH)/simplecmd.o $(REFPATH)/simplebignum.o $(REFPATH)/nfutil.o $(REFPATH)/nfopt.o $(REFPATH)/getdate.o $(REFPATH)/report.o $(REFPATH)/report-usage.o $(REFPATH)/nftypes.o $(REFPATH)/tokenise.o
|
||||||
|
|
||||||
#COMMON_HEADERS= simplecmd.h simplebignum.h nfutil.h nfopt.h nftypes.h tokenise.h
|
|
||||||
COMMON_HEADERS= $(REFPATH)/simplecmd.h $(REFPATH)/simplebignum.h $(REFPATH)/nfutil.h $(REFPATH)/nfopt.h $(REFPATH)/nftypes.h $(REFPATH)/tokenise.h
|
COMMON_HEADERS= $(REFPATH)/simplecmd.h $(REFPATH)/simplebignum.h $(REFPATH)/nfutil.h $(REFPATH)/nfopt.h $(REFPATH)/nftypes.h $(REFPATH)/tokenise.h
|
||||||
|
|
||||||
# We supply an up-to-date getdate.c in the cutils component. Prevent it
|
# We supply an up-to-date getdate.c in the cutils component. Prevent it
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user