The website "dmilvdv.narod.ru." is not registered with uCoz.
If you are absolutely sure your website must be here,
please contact our Support Team.
If you were searching for something on the Internet and ended up here, try again:

About uCoz web-service

Community

Legal information

Распечатка 8.1 Пример Makefile в ядре версии 2.4

Распечатка 8.1 Пример Makefile в ядре версии 2.4

Предыдущая  Содержание  Следующая V*D*V

Распечатка 8.1.

 

obj-y :=

obj-m :=

obj-n :=

obj-  :=

 

mod-subdirs   := appletalk arcnet fc irda … wan

 

O_TARGET      := net.o

 

export-objs   := 8390.o arlan.o … mii.o

 

list-multi    := rcpci.o

rcpci-objs    := rcpci45.o rclanmtl.o

 

ifeq ($(CONFIG_TULIP),y)

  obj-y+= tulip/tulip.o

endif

 

subdir-$(CONFIG_NET_PCMCIA)+= pcmcia

subdir-$(CONFIG_E1000)     += e1000

obj-$(CONFIG_PLIP)         += plip.o

obj-$(CONFIG_NETCONSOLE)   += netconsole.o

 

include $(TOPDIR)/Rules.make

clean:

 rm –f core *.o *.a *.s

 

rcpci.o : $(rcpci-objs)

 $(LD) –r –o $@ $(rcpci-objs)

 

Предыдущая  Содержание  Следующая