makefile
来自「上传linux-jx2410的源代码」· 代码 · 共 24 行
TXT
24 行
# $Id: Makefile,v 1.1.1.1 2004/02/04 12:55:50 laputa Exp $# Makefile for the Sparc64 boot stuff.## Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)# Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)ROOT_IMG =/usr/src/root.imgELFTOAOUT =elftoaoutall: bootboot: @echo "Nothing special to be done for 'boot' on Linux/UltraSPARC."tftpboot.img: piggyback $(TOPDIR)/vmlinux $(ROOT_IMG) $(ELFTOAOUT) $(TOPDIR)/vmlinux -o tftpboot.img ./piggyback tftpboot.img $(TOPDIR)/System.map $(ROOT_IMG)piggyback: piggyback.c $(HOSTCC) $(HOSTCFLAGS) -o piggyback piggyback.cdep:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?