modify makefile eventually again

This commit is contained in:
lr
2024-05-17 15:23:08 +08:00
parent 18537fc922
commit 514b9973b6
5 changed files with 45 additions and 4 deletions
@@ -56,8 +56,10 @@ libipc = $(KERNEL_ROOT)/services/app/libipc.o
lwip: COMPILER lwip_server.o | bin
@${ld} ${user_ldflags} -e main -o $@ ${api} ${core} ${ipv4} ${netif} lwip_service.o lwip_server.o \
${board_specs} ${libserial} ${printf} ${libmem} ${usyscall} ${arch_usyscall} ${session} ${libipc}
@${objdump} -S $@ > $@.asm
@mv *.o bin
@mv $@ $(KERNEL_ROOT)/services/app
@mv $@.asm $(KERNEL_ROOT)/services/app
bin:
@mkdir -p bin