home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / kernel / time / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  378 b   |  9 lines

  1. obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
  2.  
  3. obj-$(CONFIG_GENERIC_CLOCKEVENTS_BUILD)        += clockevents.o
  4. obj-$(CONFIG_GENERIC_CLOCKEVENTS)        += tick-common.o
  5. obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)    += tick-broadcast.o
  6. obj-$(CONFIG_TICK_ONESHOT)            += tick-oneshot.o
  7. obj-$(CONFIG_TICK_ONESHOT)            += tick-sched.o
  8. obj-$(CONFIG_TIMER_STATS)            += timer_stats.o
  9.