Searched refs:BASEDIR (Results 1 – 16 of 16) sorted by relevance
/xen/xen/arch/x86/boot/ |
A D | Makefile | 3 DEFS_H_DEPS = defs.h $(BASEDIR)/include/xen/stdbool.h 8 $(BASEDIR)/include/generated/autoconf.h \ 9 $(BASEDIR)/include/xen/kconfig.h \ 10 $(BASEDIR)/include/xen/multiboot.h \ 11 $(BASEDIR)/include/xen/multiboot2.h \ 12 $(BASEDIR)/include/public/arch-x86/hvm/start_info.h
|
A D | build32.mk | 8 CFLAGS += -I$(BASEDIR)/include
|
/xen/xen/arch/x86/ |
A D | Makefile | 81 efi-y := $(shell if [ ! -r $(BASEDIR)/include/xen/compile.h -o \ 116 ALL_OBJS := $(BASEDIR)/arch/x86/boot/built_in.o $(BASEDIR)/arch/x86/efi/built_in.o $(ALL_OBJS) 144 $(BASEDIR)/common/symbols-dummy.o -o $(@D)/.$(@F).0 146 | $(BASEDIR)/tools/symbols $(all_symbols) --sysv --sort \ 148 $(MAKE) -f $(BASEDIR)/Rules.mk $(@D)/.$(@F).0.o 154 $(MAKE) -f $(BASEDIR)/Rules.mk $(@D)/.$(@F).1.o 158 | $(BASEDIR)/tools/symbols --xensyms --sysv --sort \ 236 $(BASEDIR)/include/asm-x86/asm-macros.h: asm-macros.i Makefile 260 rm -f asm-macros.i $(BASEDIR)/include/asm-x86/asm-macros.* 261 rm -f $(BASEDIR)/.xen-syms.[0-9]* boot/.*.d $(BASEDIR)/.xen.elf32 [all …]
|
A D | arch.mk | 6 CFLAGS += -I$(BASEDIR)/include 7 CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-generic 8 CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-default 62 CFLAGS += -Wa,-I$(BASEDIR)/include
|
/xen/xen/ |
A D | Rules.mk | 6 -include $(BASEDIR)/include/config/auto.conf 9 include $(BASEDIR)/scripts/Kbuild.include 34 TARGET := $(BASEDIR)/xen 37 ALL_OBJS-y += $(BASEDIR)/common/built_in.o 38 ALL_OBJS-y += $(BASEDIR)/drivers/built_in.o 39 ALL_OBJS-$(CONFIG_X86) += $(BASEDIR)/lib/built_in.o 40 ALL_OBJS-y += $(BASEDIR)/xsm/built_in.o 127 include $(BASEDIR)/arch/$(TARGET_ARCH)/Rules.mk 159 $(MAKE) -f $(BASEDIR)/Rules.mk -C $* built_in.o 162 $(MAKE) -f $(BASEDIR)/Rules.mk -C $* built_in_bin.o [all …]
|
A D | Makefile | 20 export BASEDIR := $(CURDIR) macro 21 export XEN_ROOT := $(BASEDIR)/.. 247 include $(BASEDIR)/arch/$(TARGET_ARCH)/arch.mk 300 $(MAKE) -f $(BASEDIR)/Rules.mk -C test tests 303 $(MAKE) -f $(BASEDIR)/Rules.mk -C test install 356 $(MAKE) -f $(BASEDIR)/Rules.mk include/xen/compile.h 363 $(MAKE) -f $(BASEDIR)/Rules.mk -C include 462 $(MAKE) -f $(BASEDIR)/Rules.mk -C $(*D) $(@F) 465 $(MAKE) -f $(BASEDIR)/Rules.mk -C $(*D) $(@F) 473 $(MAKE) -f $(BASEDIR)/Rules.mk -C $$(@D) $$(@F) [all …]
|
A D | Kconfig | 17 default $(shell,$(BASEDIR)/scripts/gcc-version.sh $(CC)) 24 default $(shell,$(BASEDIR)/scripts/clang-version.sh $(CC))
|
/xen/xen/include/ |
A D | Makefile | 54 compat/%.h: compat/%.i Makefile $(BASEDIR)/tools/compat-build-header.py 62 $(PYTHON) $(BASEDIR)/tools/compat-build-header.py | uniq >>$@.new; \ 70 compat/%.c: public/%.h xlat.lst Makefile $(BASEDIR)/tools/compat-build-source.py 73 $(PYTHON) $(BASEDIR)/tools/compat-build-source.py >$@.new 76 compat/.xlat/%.h: compat/%.h compat/.xlat/%.lst $(BASEDIR)/tools/get-fields.sh Makefile 79 $(SHELL) $(BASEDIR)/tools/get-fields.sh "$$what" compat_$$name $< || exit $$?; \ 152 rm -f $(BASEDIR)/include/xen/lib/x86/cpuid-autogen.h
|
/xen/xen/test/ |
A D | Makefile | 12 $(MAKE) -f $(BASEDIR)/Rules.mk -C $$s $*; \ 17 $(MAKE) -f $(BASEDIR)/Rules.mk -C $$s $@; \
|
/xen/xen/test/livepatch/ |
A D | Makefile | 66 config.h: OLD_CODE_SZ=$(call CODE_SZ,$(BASEDIR)/xen-syms,xen_extra_version) 68 config.h: MINOR_VERSION_SZ=$(call CODE_SZ,$(BASEDIR)/xen-syms,xen_minor_version) 69 config.h: MINOR_VERSION_ADDR=$(call CODE_ADDR,$(BASEDIR)/xen-syms,xen_minor_version) 102 $(OBJCOPY) -O binary --only-section=.note.gnu.build-id $(BASEDIR)/xen-syms $@.bin 113 $(OBJCOPY) -O binary --only-section=.note.gnu.build-id $(BASEDIR)/xen-syms $@.bin 200 expect_config.h: EXPECT_BYTES=$(call CODE_GET_EXPECT,$(BASEDIR)/xen-syms,xen_extra_version)
|
/xen/xen/scripts/ |
A D | Makefile.clean | 8 include $(BASEDIR)/scripts/Kbuild.include
|
A D | Kconfig.include | 43 gcc-version := $(shell,$(BASEDIR)/scripts/gcc-version.sh $(CC))
|
A D | Kbuild.include | 53 clean := -f $(BASEDIR)/scripts/Makefile.clean clean -C
|
/xen/xen/common/libfdt/ |
A D | Makefile | 9 CFLAGS-y += -I$(BASEDIR)/include/xen/libfdt/
|
/xen/xen/arch/arm/ |
A D | arch.mk | 4 CFLAGS += -I$(BASEDIR)/include
|
/xen/ |
A D | INSTALL | 62 --libexecdir=BASEDIR
|
Completed in 11 milliseconds