cvrdheeraj

Untitled

Mar 5th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #
  2. # Makefile for the vibrator driver ICs with vibrator driver
  3. #
  4.  
  5. obj-$(CONFIG_VIBETONZ) += vibrator.o
  6.  
  7. vibrator-objs +=tspdrv.o
  8.  
  9. all:
  10. @echo "$(MAKE) --no-print-directory -C $(KDIR) SUBDIRS=$(CURDIR) modules"
  11. @$(MAKE) --no-print-directory -C $(KDIR) \
  12. SUBDIRS=$(CURDIR) modules
  13.  
  14. clean:
  15. rm -f *.o *.ko *.mod.c *.mod.o *~ .*.cmd .*.o.cmd Module.symvers modules.order
  16.  
  17. install:
  18. @$(MAKE) --no-print-directory -C $(KDIR) \
  19. SUBDIRS=$(CURDIR) modules_install
Advertisement
Add Comment
Please, Sign In to add comment