Home
last modified time | relevance | path

Searched refs:host (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DMakefile.host37 host-csingle := $(foreach m,$(__hostprogs),$(if $($(m)-objs),,$(m)))
40 host-cmulti := $(foreach m,$(__hostprogs),\
44 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
49 host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m)))
52 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
56 host-cshlib := $(sort $(filter %.so, $(host-cobjs)))
58 host-cobjs := $(filter-out %.so,$(host-cobjs))
61 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
65 host-objdirs := $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f))))
67 host-objdirs += $(foreach f,$(host-cmulti), \
[all …]
H A DMakefile.build104 ifdef host-progs
105 ifneq ($(hostprogs-y),$(host-progs))
106 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog…
107 hostprogs-y += $(host-progs)
113 include scripts/Makefile.host
H A DMakefile.fwinst18 include scripts/Makefile.host
H A DMakefile.clean45 $(host-progs) \
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMassStor.h233 #define scsi_unlock(host) spin_unlock_irq(host->host_lock) argument
234 #define scsi_lock(host) spin_lock_irq(host->host_lock) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dbootparam_prot.x61 char host; member
H A Dbootparam_prot.h33 char host; member