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

📄 makefile

📁 这是motorola公司的powerpc芯片上的嵌入式linux上的驱动程序和测试程序
💻
字号:
# simplest makefile of moduleKERNELDIR = /opt/eldk/usr/src/GE850EH/linux-2.4LD = ppc-linux-gccCFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O -Wallifdef CONFIG_SMPCFLAGS += -D__SMP__ -DSMPendifall: hal_mem.o  test_hal_memhal_mem.o: hal_mem.c 	$(LD) $(CFLAGS)  -c $^ -o $@test_hal_mem: hal_api.c test_hal_mem.c	$(LD) test_hal_mem.c hal_api.c -o test_hal_memclean:	rm -f *.o *. core

⌨️ 快捷键说明

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