⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 open source bios with linux platform, very good and can be reused.
💻
字号:
# comment this if you don't want debugging informationCFLAGS += -DDEBUGTARGET	=	bios.oOBJS	=	bios_core.o flashchips.o pcisets.o \		filesystem.o procfs.o programming.oobj-m           := $(TARGET)bios-objs     := $(OBJS)all: module compclean:	-rm -f $(TARGET) $(OBJS) comp *.o bios.ko	-rm -rf .*.cmd .tmp_versionsmodule:	make -C /usr/src/linux SUBDIRS=`pwd` modulescomp:   comp.c	$(CC) comp.c -O2 -o comp	strip comp

⌨️ 快捷键说明

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