Home | History | Annotate | Download | only in linux

Lines Matching refs:LINUXVER

29 ifeq ($(LINUXVER),)
31 LINUXVER := $(shell uname -r)
33 ifneq ($(wildcard /lib/modules/$(LINUXVER)/build/include/linux/version.h),)
34 LINUXDIR := /lib/modules/$(LINUXVER)/build
36 ifneq ($(wildcard /tools/linux/src/linux-$(LINUXVER)/include/linux/version.h),)
37 LINUXDIR := /tools/linux/src/linux-$(LINUXVER)
44 LINUXVER := $(shell { cat $(LINUXDIR)/Makefile; \
49 BCM_KVER:=$(shell echo $(LINUXVER) | cut -c1-3 | sed 's/2\.[56]/2\.6/')
75 ifeq (,$(findstring 2.4.18,$(LINUXVER)))
98 ifneq ($(findstring -intc1,$(shell echo $(LINUXVER))),)
131 ifneq ($(findstring -intc1,$(shell echo $(LINUXVER))),)
136 OBJDIR=$(TARGET)-$(LINUXVER)$(if $(BCMQT),-bcmqt)
141 # Allow making target with the LINUXVER suffix already on it.
143 %-$(LINUXVER): force
144 $(MAKE) $(@:%-$(LINUXVER)=%)