URL
https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk
Subversion Repositories pcie_ds_dma
[/] [pcie_ds_dma/] [trunk/] [soft/] [linux/] [driver/] [pexdrv/] [Makefile] - Rev 6
Go to most recent revision | Compare with Previous | Blame | View Log
KERNELVER := $(shell uname -r)EXTRA_CFLAGS += -O2EXTRA_CFLAGS += -I $(PWD)/../../common/boardifneq ($(KERNELRELEASE),)pexdrv-objs := event.o dmachan.o ioctlrw.o pexmodule.o pexproc.o hardware.oobj-m := pexdrv.oelseKERNELDIR ?= /lib/modules/$(shell uname -r)/buildPWD := $(shell pwd)modules:$(MAKE) -C $(KERNELDIR) M=$(PWD) EXTRA_CFLAGS="$(EXTRA_CFLAGS)"endifdistclean:rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions *.bak .*.cache *.dclean:rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions *.bak .*.cache *.d *.markers *.symvers *.orderdepend .depend dep:$(CC) $(EXTRA_CFLAGS) -M *.c > .dependifeq (.depend, $(wildcard .depend))include .dependendifinstall:./insert
Go to most recent revision | Compare with Previous | Blame | View Log
