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

📄 makefile.local

📁 Usb1.1驱动c语言源代码
💻 LOCAL
字号:
# $Id: Makefile.local,v 1.73 2000/03/14 00:20:29 acher Exp $#SMP=-D__SMP__DEBUG =  #-DDEBUG #-gINC = -I. -I/usr/src/linux/include -I/usr/src/linux/drivers/scsi -include config.hCC = gcc  LD = ld  DEFS:=-DMODULE -D__KERNEL__ $(shell [ -f /usr/include/linux/modversions.h ] && echo -DEXPORT_SYMTAB -DMODVERSIONS -include /usr/include/linux/modversions.h ) OPT = -O6 -march=i586 #-mno-fp-regs -ffixed-8OPT_WARN = -Wall -Wstrict-prototypes -fomit-frame-pointer  -pipe -fno-strength-reduce #-fno-strict-aliasingMODULE_DEST=/lib/modules/`uname -r`/usbCFLAGS = $(INC) $(DEBUG) $(OPT) $(OPT_WARN) $(DEFS) $(SMP)LINK_FLAGS=# -m elf_i386 all: usb-uhci.o  dabusb.o audio.o usbcore.o acm.o input.o mousedev.o usbmouse.o  #usb-storage.o # usb-ohci.o(%.o): %.c	$(CC) $(CFLAGS) -c $<usbcore.o: usb.o usb-debug.o usb-core.o hub.o devices.o drivers.o devio.o inode.o	$(LD) $(LINK_FLAGS)  -r -o $@ usb.o usb-debug.o usb-core.o hub.o devices.o drivers.o devio.o inode.oclean: 	rm -f *.o *~depend:	@makedepend -fMakefile.local -Y -- $(CFLAGS) -- *.c >/dev/null 2>&1# DO NOT DELETE

⌨️ 快捷键说明

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