File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1717APP_VERSION := $(shell git describe --tags --abbrev=0)
1818EE_CFLAGS += -DAPP_VERSION=\"$(APP_VERSION ) \"
1919
20- # Link with following libraries. This is a special case, and instead of
21- # allowing the user to override the library order, we always make sure
22- # libkernel is the last library to be linked.
23- EE_LIBS += -lc -lkernel-nopatch
24-
2520# Use custom linkfile
2621EE_LINKFILE = linkfile
2722
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ int main(int argc, char *argv[])
275275
276276 dbgscr_printf ("init cmdrpc\n" );
277277 initCmdRpc ();
278- scr_printf ("Ready\n" );
278+ scr_printf ("Ready with %i memory bytes \n" , GetMemorySize () );
279279
280280 ExitDeleteThread ();
281281 return 0 ;
You can’t perform that action at this time.
0 commit comments