📄 makefile
字号:
ifeq ($(PATCHLEVEL),6)# Makefile frag for Linux v2.6EXTRA_CFLAGS += -Iinclude/xenomaiobj-$(CONFIG_XENO_DRIVERS_TIMERBENCH) += xeno_timerbench.oxeno_timerbench-y := timerbench.oEXTRA_CFLAGS += -Iinclude/xenomaielse# Makefile frag for Linux v2.4O_TARGET := built-in.oobj-$(CONFIG_XENO_DRIVERS_TIMERBENCH) := xeno_timerbench.olist-multi := xeno_timerbench.oxeno_timerbench-objs := timerbench.oexport-objs := $(xeno_timerbench-objs)EXTRA_CFLAGS += -I$(TOPDIR)/include/xenomai -I$(TOPDIR)/include/xenomai/compatinclude $(TOPDIR)/Rules.makexeno_timerbench.o: $(xeno_timerbench-objs) $(LD) -r -o $@ $(xeno_timerbench-objs)endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -