makefile

来自「linux-2.4.29操作系统的源码」· 代码 · 共 24 行

TXT
24
字号
## Makefile for Toshbia's RBTX4927 board## 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).#USE_STANDARD_AS_RULE := trueO_TARGET:= toshiba_rbtx4927.oobj-y	+= toshiba_rbtx4927_prom.o obj-y	+= toshiba_rbtx4927_setup.o obj-y	+= toshiba_rbtx4927_irq.o obj-y	+= toshiba_rbtx4927_led.oobj-y	+= toshiba_rbtx4927_nmi.oobj-$(CONFIG_PCI)	+= toshiba_rbtx4927_pci_fixup.o obj-$(CONFIG_PCI)	+= toshiba_rbtx4927_pci_ops.o obj-$(CONFIG_DS1742)	+= toshiba_rbtx4927_rtc.oinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?