mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 10:50:28 +03:00
Added "make symcheck"
This commit is contained in:
@@ -398,6 +398,15 @@ TAGS.$(ARCH) :
|
|||||||
ctags -e -R -f $@ $(foreach ARCH,$(OTHER_ARCHS),--exclude=arch/$(ARCH))
|
ctags -e -R -f $@ $(foreach ARCH,$(OTHER_ARCHS),--exclude=arch/$(ARCH))
|
||||||
CLEANUP += TAGS*
|
CLEANUP += TAGS*
|
||||||
|
|
||||||
|
# Symbol table checks
|
||||||
|
#
|
||||||
|
SYMTAB = $(BIN)/symtab
|
||||||
|
$(SYMTAB) : $(BLIB)
|
||||||
|
$(NM) -o -g $< > $@
|
||||||
|
|
||||||
|
symcheck : $(SYMTAB)
|
||||||
|
$(SYMCHECK) $<
|
||||||
|
|
||||||
# Force rebuild for any given target
|
# Force rebuild for any given target
|
||||||
#
|
#
|
||||||
$(BIN)/%.rebuild :
|
$(BIN)/%.rebuild :
|
||||||
|
|||||||
Reference in New Issue
Block a user