Makefile
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # Makefile for the SGI specific kernel interface routines
  3. # under Linux.
  4. #
  5. .S.s:
  6. $(CPP) $(CFLAGS) $< -o $*.s
  7. .S.o:
  8. $(CC) $(CFLAGS) -c $< -o $*.o
  9. L_TARGET = ip22.a
  10. obj-y += ip22-berr.o ip22-mc.o ip22-sc.o ip22-hpc.o ip22-int.o ip22-rtc.o 
  11.    ip22-setup.o system.o ip22-timer.o ip22-irq.o ip22-reset.o time.o
  12. include $(TOPDIR)/Rules.make