Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 42 → Rev 43

/pcivme-3.2/driver/Makefile
41,7 → 41,7
#
KERNEL_LOCATION =/usr/src/linux-headers-$(shell uname -r)
 
EXTRA_CFLAGS := -I.
EXTRA_CFLAGS := -I.
#****************************************************************************
# removed old kernel source path retrival for support of kernels < 2.2.18!
# old KERNSRC = /lib/modules/$(VERSION)/build
111,7 → 111,8
#****************************************************************************
# do it
#
KBUILD_CPPFLAGS += -D$(DBG)
KBUILD_CPPFLAGS += -D$(DBG)
KBUILD_CPPFLAGS += -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast
 
all : message
$(MAKE) -C $(KERNSRC) M=$(PWD) V=$(VERBOSE) $(filter-out all, $(MAKECMDGOLAS)) modules