mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Added "make symcheck"
This commit is contained in:
parent
4e5f10790b
commit
2da3b7a38f
@ -398,6 +398,15 @@ TAGS.$(ARCH) :
|
||||
ctags -e -R -f $@ $(foreach ARCH,$(OTHER_ARCHS),--exclude=arch/$(ARCH))
|
||||
CLEANUP += TAGS*
|
||||
|
||||
# Symbol table checks
|
||||
#
|
||||
SYMTAB = $(BIN)/symtab
|
||||
$(SYMTAB) : $(BLIB)
|
||||
$(NM) -o -g $< > $@
|
||||
|
||||
symcheck : $(SYMTAB)
|
||||
$(SYMCHECK) $<
|
||||
|
||||
# Force rebuild for any given target
|
||||
#
|
||||
$(BIN)/%.rebuild :
|
||||
|
Loading…
Reference in New Issue
Block a user