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 / arch / um / os-Linux / drivers / Makefile
Encoding:
Makefile  |  2008-12-24  |  315 b   |  14 lines

  1. # Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com)
  2. # Licensed under the GPL
  3. #
  4.  
  5. ethertap-objs := ethertap_kern.o ethertap_user.o
  6. tuntap-objs := tuntap_kern.o tuntap_user.o
  7.  
  8. obj-y = 
  9. obj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o
  10. obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o
  11.  
  12. include arch/um/scripts/Makefile.rules
  13.