From 6c80e023a7f6e6076d8dccb6fb7f85ee2b88fec8 Mon Sep 17 00:00:00 2001 From: misson20000 Date: Thu, 9 Aug 2018 19:02:25 -0700 Subject: [PATCH] add creport.npdm to Makefile default targets --- stratosphere/creport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/creport/Makefile b/stratosphere/creport/Makefile index 9598aea90..9bba65fe5 100644 --- a/stratosphere/creport/Makefile +++ b/stratosphere/creport/Makefile @@ -132,7 +132,7 @@ DEPENDS := $(OFILES:.o=.d) #--------------------------------------------------------------------------------- # main targets #--------------------------------------------------------------------------------- -all : $(OUTPUT).nso +all : $(OUTPUT).nso $(OUTPUT).npdm $(OUTPUT).nso : $(OUTPUT).elf