makefile

来自「Altera DE2开发板的LED、LCD、SEG7和按键的linux下的设备驱」· 代码 · 共 18 行

TXT
18
字号
## Makefile for misc devices that really don't fit anywhere else.#obj- := misc.o	# Dummy rule to force built-in.o to be madeobj-$(CONFIG_IBM_ASM)		+= ibmasm/obj-$(CONFIG_HDPU_FEATURES)	+= hdpuftrs/obj-$(CONFIG_MSI_LAPTOP)	+= msi-laptop.oobj-$(CONFIG_LKDTM)		+= lkdtm.oobj-$(CONFIG_TIFM_CORE)       	+= tifm_core.oobj-$(CONFIG_TIFM_7XX1)       	+= tifm_7xx1.oobj-$(CONFIG_SGI_IOC4)		+= ioc4.oobj-$(CONFIG_DE2_LEDS)		+= de2_leds.oobj-$(CONFIG_DE2_SWITCHES)	+= de2_switches.oobj-$(CONFIG_DE2_SEG7)		+= de2_seg7.oobj-$(CONFIG_DE2_BUTTONS)	+= de2_buttons.oobj-$(CONFIG_DE2_LCD16207)	+= de2_lcd_16207.o

⌨️ 快捷键说明

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