Searched refs:KBUILD_OUTPUT (Results 1 – 7 of 7) sorted by relevance
6 KERNELRELEASE = $(shell cat $(KERNELDIR)/$(KBUILD_OUTPUT)/include/linux/version.h | sed -n 's/.*UTS…16 …if [ -f $(KERNELDIR)/$(KBUILD_OUTPUT)/System.map ] ; then /sbin/depmod -ae -F $(KERNELDIR)/$(KBUIL…
84 # export KBUILD_OUTPUT=/path/to/output87 # export KBUILD_OUTPUT=stm32mp15_basic102 # export KBUILD_OUTPUT=stm32mp15_basic111 So in the output directory (selected by KBUILD_OUTPUT),
20 INC = -I$(KBUILD_OUTPUT)/usr/include
123 KBUILD_OUTPUT := $(O) macro133 ifneq ($(KBUILD_OUTPUT),)136 saved-output := $(KBUILD_OUTPUT)137 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro139 $(if $(KBUILD_OUTPUT),, \148 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
3565 2. Set environment variable KBUILD_OUTPUT to point to the desired location:3567 export KBUILD_OUTPUT=/tmp/build3572 Note that the command line "O=" setting overrides the KBUILD_OUTPUT environment
71 BUILD := $(KBUILD_OUTPUT)
33 export KBUILD_OUTPUT=/tmp/build