diff options
author | Paul Selkirk <paul@psgd.org> | 2017-09-21 11:24:02 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-09-21 17:02:07 -0400 |
commit | f508e24f5b872a8f7d642eb4fb2217dd1497de96 (patch) | |
tree | 70cbf2d30b20deec0a5cc0568db2ff2871d7ca8f /projects/hsm/Makefile | |
parent | 72227852729ed3125af58cff3f593340b3247fed (diff) |
cleanup
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index 9a75b92..3430e14 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -26,7 +26,6 @@ LDFLAGS += -Wl,--gc-sections ifdef DO_PROFILING OBJS += $(TOPLEVEL)/memfunc.o -LIBS += $(LIBPROF_BLD)/libprof.a LDFLAGS += --specs=rdimon.specs -lc -lrdimon endif |