📄 makefile
字号:
## Makefile for the kernel serial device drivers.## Note! Dependencies are done automagically by 'make dep', which also# removes any old dependencies. DON'T put your own dependencies here# unless it's something special (ie not a .c file).## Note 2! The CFLAGS definitions are now inherited from the# parent makes..## $Id: Makefile,v 1.2 2001/10/12 15:46:58 rmk Exp $#O_TARGET := serial.oexport-objs := core.o 8250.oobj-y :=obj-m :=obj-n :=obj- :=serial-8250-y :=serial-8250-$(CONFIG_PCI) += 8250_pci.oserial-8250-$(CONFIG_ISAPNP) += 8250_pnp.oobj-$(CONFIG_SERIAL_CORE) += core.oobj-$(CONFIG_SERIAL_21285) += 21285.oobj-$(CONFIG_SERIAL_8250) += 8250.o $(serial-8250-y)obj-$(CONFIG_SERIAL_ANAKIN) += anakin.oobj-$(CONFIG_SERIAL_AMBA) += amba.oobj-$(CONFIG_SERIAL_CLPS711X) += clps711x.oobj-$(CONFIG_SERIAL_SA1100) += sa1100.oobj-$(CONFIG_SERIAL_UART00) += uart00.oobj-$(CONFIG_SERIAL_IXP1200) += ixp1200.oinclude $(TOPDIR)/Rules.makefastdep:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -