Skip to content

Commit

Permalink
New module structure, readelf rewrite
Browse files Browse the repository at this point in the history
readelf
  • Loading branch information
djphoenix committed Apr 23, 2017
1 parent 2759542 commit dea096a
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 263 deletions.
2 changes: 1 addition & 1 deletion makefiles/defs.mk
Expand Up @@ -46,5 +46,5 @@ MODOBJS += $(OOBJDIR)/mod_$$(LIBNAME_$(1)).o
$(OOBJDIR)/mod_$$(LIBNAME_$(1)).o: $$(OBJS_$(1))
@ mkdir -p $$(dir $$@)
$(QECHO) MODLD $$(patsubst %/,%,$(1))
$(Q) $(LD) $(LDFLAGS) -r -o $$@ $$?
$(Q) $(LD) $(LDFLAGS) --shared -s -o $$@ $$?
endef

0 comments on commit dea096a

Please sign in to comment.