Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # arch/ppc/boot/common/Makefile
  3. #
  4. # This file is subject to the terms and conditions of the GNU General Public
  5. # License.  See the file "COPYING" in the main directory of this archive
  6. # for more details.
  7. #
  8. # Tom Rini January 2001
  9. #
  10. USE_STANDARD_AS_RULE := true
  11. coffcrt0.o:
  12. $(CC) -I$(TOPDIR)/arch/$(ARCH)/kernel $(AFLAGS) -DXCOFF 
  13. -traditional -c -o coffcrt0.o crt0.S
  14. include $(TOPDIR)/Rules.make