makefile

来自「linux dsp hpi driver」· 代码 · 共 25 行

TXT
25
字号
## Makefile for the agpgart device driver.  This driver adds a user# space ioctl interface to use agp memory.  It also adds a kernel interface# that other drivers could use to manipulate agp memory.CC = powerpc-linux-gccAR = powerpc-linux-arLD = powerpc-linux-ldKERNELDIR = /home/lj/N9002994/application_lj/osCFLAGS = -D__KERNEL__ -DLINUX -DMODULE -I$(KERNELDIR)/include -O2 -Wallall : DSP_HPI.oDSP_HPI.o : DSP_HPI.c	$(CC) $(CFLAGS) $^ -o $@ clean:	rm -rf *.o	touch *.c *.h

⌨️ 快捷键说明

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