1e2a59dbdSfslongjinall: about.o 2e2a59dbdSfslongjin 34e04ab9eSfslongjin 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 57a03b221Sfslongjin objcopy -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/about $(output_dir)/about.elf 6e2a59dbdSfslongjinabout.o: about.c 7*fbe1e23eSlongjin $(CC) $(CFLAGS) -c about.c -o about.o 8