📄 makefile.am
字号:
##### 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -