?? makefile
字號(hào):
# File: drivers/net/Makefile## Makefile for the Linux network (ethercard) device drivers.## This will go away in some future future: hidden configuration files# are difficult for users to deal with.include CONFIGNETDRV_OBJS := net.a(Space.o) net.a(auto_irq.o) net.a(net_init.o)CFLAGS := $(CFLAGS) -I../../net/inetCPP := $(CPP) -I../../net/inet# The point of the makefile...all: net.aSpace.o: Space.c ../../include/linux/autoconf.h $(CC) $(CFLAGS) $(OPTS) $(DL_OPTS) -c $< -o $@net_init.o: ../../include/linux/autoconf.hifdef CONFIG_WD80x3NETDRV_OBJS := $(NETDRV_OBJS) net.a(wd.o)CONFIG_8390 = CONFIG_8390wd.o: wd.c CONFIG $(CC) $(CPPFLAGS) $(CFLAGS) $(WD_OPTS) -c $<endififdef CONFIG_EL2NETDRV_OBJS := $(NETDRV_OBJS) net.a(3c503.o)CONFIG_8390 = CONFIG_83903c503.o: 3c503.c CONFIG $(CC) $(CPPFLAGS) $(CFLAGS) $(EL2_OPTS) -c $<endififdef CONFIG_NE2000NETDRV_OBJS := $(NETDRV_OBJS) net.a(ne.o)CONFIG_8390 = CONFIG_8390ne.o: ne.c CONFIG $(CC) $(CPPFLAGS) $(CFLAGS) $(NE_OPTS) -c $<endififdef CONFIG_HPLANNETDRV_OBJS := $(NETDRV_OBJS) net.a(hp.o)CONFIG_8390 = CONFIG_8390hp.o: hp.c CONFIG $(CC) $(CPPFLAGS) $(CFLAGS) $(HP_OPTS) -c $<endififdef CONFIG_ULTRANETDRV_OBJS := $(NETDRV_OBJS) net.a(smc-ultra.o)CONFIG_8390 = CONFIG_8390endififdef CONFIG_E2100NETDRV_OBJS := $(NETDRV_OBJS) net.a(e2100.o)CONFIG_8390 = CONFIG_8390endififdef CONFIG_PLIPNETDRV_OBJS := $(NETDRV_OBJS) net.a(plip.o)plip.o: plip.c CONFIG $(CC) $(CPPFLAGS) $(CFLAGS) $(PLIP_OPTS) -c $<endififdef CONFIG_PPPNETDRV_OBJS := $(NETDRV_OBJS) net.a(ppp.o) net.a(slhc.o)endififdef CONFIG_SLIPNETDRV_OBJS := $(NETDRV_OBJS) net.a(slip.o) net.a(slhc.o)slip.o: slip.c CONFIG $(CC) $(CPPFLAGS) $(CFLAGS) -c $<endififdef CONFIG_DE600NETDRV_OBJS := $(NETDRV_OBJS) net.a(d_link.o)d_link.o: d_link.c CONFIG $(CC) $(CPPFLAGS) $(CFLAGS) $(DL_OPTS) -c $<endififdef CONFIG_AT1500NETDRV_OBJS := $(NETDRV_OBJS) net.a(lance.o)endififdef CONFIG_LANCENETDRV_OBJS := $(NETDRV_OBJS) net.a(lance.o)endififdef CONFIG_AT1700NETDRV_OBJS := $(NETDRV_OBJS) net.a(at1700.o)endififdef CONFIG_EL1NETDRV_OBJS := $(NETDRV_OBJS) net.a(3c501.o)endififdef CONFIG_EL16NETDRV_OBJS := $(NETDRV_OBJS) net.a(3c507.o)endififdef CONFIG_EL3NETDRV_OBJS := $(NETDRV_OBJS) net.a(3c509.o)endififdef CONFIG_EEXPRESSNETDRV_OBJS := $(NETDRV_OBJS) net.a(eexpress.o)endififdef CONFIG_ZNETNETDRV_OBJS := $(NETDRV_OBJS) net.a(znet.o)endififdef CONFIG_DEPCANETDRV_OBJS := $(NETDRV_OBJS) net.a(depca.o)depca.o: depca.c CONFIG $(CC) $(CPPFLAGS) $(CFLAGS) $(DEPCA_OPTS) -c $<endififdef CONFIG_ATPNETDRV_OBJS := $(NETDRV_OBJS) net.a(atp.o)endififdef CONFIG_NI52NETDRV_OBJS := $(NETDRV_OBJS) net.a(ni52.o)endififdef CONFIG_NI65NETDRV_OBJS := $(NETDRV_OBJS) net.a(ni65.o)endififdef CONFIG_ELPLUSNETDRV_OBJS := $(NETDRV_OBJS) net.a(3c505.o)endififdef CONFIG_AC3200NETDRV_OBJS := $(NETDRV_OBJS) net.a(ac3200.o)CONFIG_8390 = CONFIG_8390endififdef CONFIG_8390NETDRV_OBJS := $(NETDRV_OBJS) net.a(8390.o)endififdef CONFIG_IP_DEFRAGNETDRV_OBJS := $(NETDRV_OBJS) net.a(ip-frag.o)endifnet.a: $(NETDRV_OBJS) ranlib net.aclean: rm -f core *.o *.a *.sdep: $(CPP) -M *.c > .dependtar:# include a dependency file if one existsifeq (.depend,$(wildcard .depend))include .dependendif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -