mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
add 'make link'.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@59 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
2d97ecb88a
commit
7321dba879
@ -17,7 +17,13 @@
|
||||
ifndef TWLSDK_MODULERULES_
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
.PHONY: twltop twllib twldbg
|
||||
.PHONY: twltop twllib twldbg link
|
||||
|
||||
link:
|
||||
@$(MAKE_SUBDIR)
|
||||
@$(ECHO_CURDIR)
|
||||
-rm $(BINDIR)/$(TARGET_BIN_BASENAME).axf $(BINDIR)/$(TARGET_BIN_BASENAME).nef
|
||||
@+$(REMAKE)
|
||||
|
||||
twltop:
|
||||
@$(MAKE) -C $(TWLSDK_ROOT)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user