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

📄 makefile

📁 飞思卡尔的iMX1的usb的驱动程序例程
💻
字号:
CC=arm-linux-gccLD = arm-linux-ldINCLUDE := /vobs/vb_elinuxbsp/eLinuxBSP/Kernel/Source/includeLIB_INC := /usr/local/arm/lib/gcc-lib/arm-linux/3.2.3/includeCFLAGS := -O6 -Wall -DCONFIG_KERNELD -DMODULE -D__KERNEL__ -march=armv4 -DLinux -nostdinc -I- -I. -I$(INCLUDE) -idirafter $(LIB_INC)usb.o: UsbInit.o UsbIntrHandler.o iUsbHandleDevReq.o iUsbProcessCommand.o	$(LD) -r -o $@ $^	rm Usb*.o iUsb*.oUsbInit.o: UsbInit.c define.h mx1.h type.h prototype.h variable.h	$(CC) $(CFLAGS) -c UsbInit.cUsbIntrHandler.o: UsbIntrHandler.c define.h mx1.h type.h prototype.h variable.h	$(CC) $(CFLAGS) -c UsbIntrHandler.ciUsbHandleDevReq.o: iUsbHandleDevReq.c define.h mx1.h type.h prototype.h variable.h	$(CC) $(CFLAGS) -c iUsbHandleDevReq.ciUsbProcessCommand.o: iUsbProcessCommand.c  define.h mx1.h type.h prototype.h variable.h	$(CC) $(CFLAGS) -c iUsbProcessCommand.cclean:	rm -f *.o

⌨️ 快捷键说明

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