makefile.am
来自「Intrisyc 公司的PXA255-bootloader,源码易懂」· AM 代码 · 共 49 行
AM
49 行
##### Add additional distribution files here!EXTRA_DIST = lib_LIBRARIES = libbase.a##### Add additional include directories here!INCLUDES = -I@LOCAL_INC_DIR@ -I@KERNEL_INC_DIR@ ##### Add the source files to be build here!if CS8900A_ETHERNETNET_SRC = ethernet_cs8900a.celseif SMSC91C111_ETHERNETNET_SRC = ethernet_smsc91c111.celse# No network driver was specified--will cause a link error eventuallyNET_SRC =endifendifif CONFIG_EEPROM_24LC64EEPROM_24LC64_SRC = eeprom_24lc64.celseEEPROM_24LC64_SRC =endifif XSCALECPU_SRC = serial_xscale.c i2c_xscale.c timer_xscale.celseCPU_SRC = serial_sa.c timer_sa.cendifif TAGGED_EEPROMEEPROM_SRC = eeprom.c nvconfig.celseEEPROM_SRC =endiflibbase_a_SOURCES = $(CPU_SRC) $(NET_SRC) $(EEPROM_SRC) $(EEPROM_24LC64_SRC) \ cpu.c flash_i128.c help.c idle.c os.c params.c serial.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?