xref: /DragonOS/user/apps/about/Makefile (revision 4e04ab9eee45ceeeb2de1a7740ad3187b03a1af3)
1e2a59dbdSfslongjinall: about.o
2e2a59dbdSfslongjin
3*4e04ab9eSfslongjin	ld -b elf64-x86-64 -z muldefs -o $(tmp_output_dir)/about  $(shell find . -name "*.o") $(shell find $(sys_libs_dir) -name "*.o") -T about.lds
4e2a59dbdSfslongjin
5e2a59dbdSfslongjin	objcopy -I elf64-x86-64 -S -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/about $(output_dir)/about.elf
6e2a59dbdSfslongjinabout.o: about.c
7e2a59dbdSfslongjin	gcc $(CFLAGS) -c about.c  -o about.o
8