这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的

源代码在线查看: makefile

软件大小: 35986 K
上传用户: bilika
关键词: linux 源代码 参考资料 编译
下载地址: 免注册下载 普通下载 VIP

相关代码

				#				# This dir holds all of the images for PPC machines.				# Tom Rini	January 2001								include $(TOPDIR)/Rules.make								vmlinux.gz: $(TOPDIR)/vmlinux					$(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlinux					gzip -vf9 vmlinux								clean:					rm -f sImage vmapus vmlinux* miboot* zImage* zvmlinux*							

相关资源