Lines Matching refs:CURDIR
9 srctree := $(patsubst %/tools/testing/selftests/,%,$(dir $(CURDIR)))
108 OUTPUT ?= $(CURDIR)/
167 $(Q)$(MAKE) -C ../../../include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_standalone
185 $(Q)./libc-test > "$(CURDIR)/run.out" || :
186 $(Q)$(REPORT) $(CURDIR)/run.out
190 $(Q)./nolibc-test > "$(CURDIR)/run.out" || :
191 $(Q)$(REPORT) $(CURDIR)/run.out
195 $(Q)qemu-$(QEMU_ARCH) ./nolibc-test > "$(CURDIR)/run.out" || :
196 $(Q)$(REPORT) $(CURDIR)/run.out
207 $(Q)$(MAKE) -C $(srctree) ARCH=$(ARCH) CC=$(CC) CROSS_COMPILE=$(CROSS_COMPILE) $(IMAGE_NAME) CONFIG_INITRAMFS_SOURCE=$(CURDIR)/initramfs
211 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
212 $(Q)$(REPORT) $(CURDIR)/run.out
216 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
217 $(Q)$(REPORT) $(CURDIR)/run.out
221 $(Q)$(REPORT) $(CURDIR)/run.out