Home
last modified time | relevance | path

Searched refs:HPATH (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/arch/sparc/kernel/
DMakefile45 @if [ ! -r $(HPATH)/asm/asm_offsets.h ] ; then \
46 touch $(HPATH)/asm/asm_offsets.h ; \
83 @if test -r $(HPATH)/asm/asm_offsets.h; then \
84 if cmp -s asm_offsets.h $(HPATH)/asm/asm_offsets.h; then \
85 echo $(HPATH)/asm/asm_offsets.h is unchanged; \
88 mv -f asm_offsets.h $(HPATH)/asm/asm_offsets.h; \
91 mv -f asm_offsets.h $(HPATH)/asm/asm_offsets.h; \
/linux-2.4.37.9/arch/sparc64/kernel/
DMakefile52 @if [ ! -r $(HPATH)/asm/asm_offsets.h ] ; then \
53 touch $(HPATH)/asm/asm_offsets.h ; \
90 @if test -r $(HPATH)/asm/asm_offsets.h; then \
91 if cmp -s asm_offsets.h $(HPATH)/asm/asm_offsets.h; then \
92 echo $(HPATH)/asm/asm_offsets.h is unchanged; \
95 mv -f asm_offsets.h $(HPATH)/asm/asm_offsets.h; \
98 mv -f asm_offsets.h $(HPATH)/asm/asm_offsets.h; \
/linux-2.4.37.9/arch/cris/boot/compressed/
DMakefile9 HPATH = $(TOPDIR)/include macro
10 export HPATH
/linux-2.4.37.9/
DMakefile16 HPATH = $(TOPDIR)/include macro
17 FINDHPATH = $(HPATH)/asm $(HPATH)/linux $(HPATH)/scsi $(HPATH)/net $(HPATH)/math-emu
48 CONFIG_SHELL TOPDIR HPATH HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC \
92 CPPFLAGS := -D__KERNEL__ -I$(HPATH)
/linux-2.4.37.9/arch/cris/boot/rescue/
DMakefile6 HPATH = $(TOPDIR)/include macro
7 export HPATH
/linux-2.4.37.9/arch/x86_64/
DMakefile28 IA32_CC := $(CROSS_COMPILE)gcc -m32 -O2 -fomit-frame-pointer -nostdinc -I $(HPATH)
30 IA32_AS := $(CROSS_COMPILE)gcc -m32 -Wa,--32 -D__ASSEMBLY__ -traditional -c -nostdinc -I $(HPATH)
/linux-2.4.37.9/arch/ppc64/boot/
DMakefile27 BOOTCFLAGS = $(HOSTCFLAGS) -fno-builtin -I$(HPATH)
30 BOOTAFLAGS = -D__ASSEMBLY__ $(HOSTCFLAGS) -I$(HPATH)
/linux-2.4.37.9/arch/ia64/sn/fakeprom/
DMakefile10 HPATH = $(TOPDIR)/include macro
/linux-2.4.37.9/arch/ia64/
DMakefile126 $(CPP) -D__ASSEMBLY__ -C -P -I$(HPATH) -I$(HPATH)/asm-$(ARCH) \
/linux-2.4.37.9/arch/sh64/boot/compressed/
DMakefile39 $(CPP) -traditional -C -P -I$(HPATH) -Ush vmlinux.lds.S >vmlinux.lds
/linux-2.4.37.9/arch/sh64/
DMakefile72 …$(CPP) $(TOOLCHAIN) $(AFLAGS) -C -P -I$(HPATH) -U$(ARCH) arch/$(ARCH)/vmlinux.lds.S >arch/$(ARCH)/…
/linux-2.4.37.9/arch/sh/
DMakefile89 $(CPP) -traditional -C -P -I$(HPATH) -Ush arch/sh/vmlinux.lds.S >arch/sh/vmlinux.lds
/linux-2.4.37.9/arch/ppc64/kernel/
DMakefile77 $(HOSTCC) -I$(HPATH) $(HOSTCFLAGS) -D__KERNEL__ -fno-builtin -o checks checks.c
/linux-2.4.37.9/arch/mips64/
DMakefile394 …$(CPP) -C -P -I$(HPATH) -imacros $(HPATH)/asm-mips64/sn/mapped_kernel.h -Umips arch/mips64/ld.scri…
/linux-2.4.37.9/arch/alpha/boot/
DMakefile123 $(HOSTCC) $(HOSTCFLAGS) -I$(HPATH) $(OBJSTRIP).c -o $(OBJSTRIP)
/linux-2.4.37.9/arch/ppc/kernel/
DMakefile122 $(HOSTCC) -I$(HPATH) $(HOSTCFLAGS) -D__KERNEL__ -fno-builtin -o checks checks.c
/linux-2.4.37.9/Documentation/kbuild/
Dmakefiles.txt160 TOPDIR, HPATH
166 $(HPATH) is equal to $(TOPDIR)/include. A few arch Makefiles