Compile usb_driver_service into fs.img.

This commit is contained in:
songyanguang
2024-08-20 09:35:11 +08:00
parent 5168e88911
commit 72ceb7fd26
2 changed files with 3 additions and 1 deletions
@@ -25,6 +25,8 @@ usb_driver_service: ${objs}
@echo "generate $^"
@${ld} ${user_ldflags} -e main -o $@ $^ ${usb_components} ${libserial} ${printf} ${libmem} ${usyscall} ${arch_usyscall} ${session} ${libipc} ${libsem} ${board_specs}
@${objdump} -S $@ > $@.asm
@mv $@ $(KERNEL_ROOT)/services/app
@mv $@.asm $(KERNEL_ROOT)/services/app
%.o: %.c
@echo "cc $^"