Searched refs:target (Results 1 - 25 of 112) sorted by relevance

12345

/openwrt/target/linux/socfpga/
H A Dbase-files.mk1 define Package/base-files/install-target
/openwrt/target/linux/zynq/
H A Dbase-files.mk1 define Package/base-files/install-target
/openwrt/scripts/
H A Dmetadata.pm36 my ($target, @target, $profile);
37 my %target;
49 $target = {
60 push @target, $target;
61 $target{$name} = $target;
63 push @{$target{$1}->{subtargets}}, $2;
64 $target
[all...]
H A Dmetadata.pl152 my $target = shift;
153 my $parent = $target->{parent};
155 return $target->{parent}->{name}." - ".$target->{name};
157 return $target->{name};
173 my $target = shift;
174 my $features = target_config_features(@{$target->{features}});
175 my $help = $target->{desc};
187 my $v = kver($target->{version});
188 if (@{$target
[all...]
H A Ddeptest.sh19 BUILD_DIR="$DIR/build_dir/target"
22 STAGING_DIR="$DIR/staging_dir/target"
51 local target="$1"
55 make -j$nrjobs "$target" \
168 local target="$1"
170 local logfile="bootstrap-deptest-$(echo "$target" | tr / -).log"
171 echo "deptest-make $target"
172 deptest_make "$target" "$logfile" "$@" || \
173 die "make $target failed, please check $logfile"
178 local target
[all...]
H A Dfeeds106 system("$mk -s -f include/scan.mk IS_TTY=1 SCAN_TARGET=\"targetinfo\" SCAN_DIR=\"feeds/$name\" SCAN_NAME=\"target\" SCAN_DEPS=\"profiles/*.mk $ENV{TOPDIR}/include/target.mk\" SCAN_DEPTH=5 SCAN_EXTRA=\"\" SCAN_MAKEOPTS=\"TARGET_BUILD=1\" TMP_DIR=\"$ENV{TOPDIR}/feeds/$name.tmp\"");
196 my @target = parse_target_metadata($file);
197 my %target;
198 foreach my $target (@target) {
199 $target{$target->{id}} = $target;
201 return %target
[all...]
/openwrt/target/linux/x86/image/
H A Dmkimg_bifferboard.py32 target = sys.argv[3] variable
49 file(target,"wb").write(fw)
50 print "Firmware written to '%s'" % target
/openwrt/target/
H A DMakefile7 curdir:=target
15 $(eval $(call stampfile,$(curdir),target,prereq,.config))
16 $(eval $(call stampfile,$(curdir),target,compile,$(TMP_DIR)/.build))
17 $(eval $(call stampfile,$(curdir),target,install,$(TMP_DIR)/.build))
/openwrt/include/
H A Dsubdir.mk33 # 2: target
51 $(foreach target,$(SUBTARGETS),
53 $(call warn_eval,$(1)/$(bd),t,T,$(1)/$(bd)/$(btype)/$(target): $(if $(QUILT),,$($(1)/$(bd)/$(btype)/$(target)) $(call $(1)//$(btype)/$(target),$(1)/$(bd)/$(btype))))
54 $(call log_make,$(1)/$(bd),$(target),$(btype),$(filter-out __default,$(variant))) \
55 $(if $(findstring $(bd),$($(1)/builddirs-ignore-$(btype)-$(target))), || $(call ERROR,$(1), ERROR: $(1)/$(bd) [$(btype)] failed to build.))
56 $(if $(call diralias,$(bd)),$(call warn_eval,$(1)/$(bd),l,T,$(1)/$(call diralias,$(bd))/$(btype)/$(target): $(1)/$(bd)/$(btype)/$(target)))
58 $(call warn_eval,$(1)/$(bd),t,T,$(1)/$(bd)/$(target)
[all...]
/openwrt/target/linux/ar7/
H A Dbase-files.mk6 define Package/base-files/install-target
/openwrt/target/linux/
H A DMakefile8 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/rb532/
H A DMakefile16 include $(INCLUDE_DIR)/target.mk
H A Dbase-files.mk6 define Package/base-files/install-target
/openwrt/
H A DMakefile37 include target/Makefile
43 $(target/stamp-compile): $(toolchain/stamp-install) $(tools/stamp-install) $(BUILD_DIR)/.prepared
44 $(package/stamp-compile): $(target/stamp-compile) $(package/stamp-cleanup)
46 $(target/stamp-install): $(package/stamp-compile) $(package/stamp-install)
51 prepare: $(target/stamp-compile)
78 prereq: $(target/stamp-prereq) tmp/.prereq_packages
87 world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE
/openwrt/target/linux/ar71xx/
H A DMakefile18 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/arc770/
H A DMakefile19 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/archs38/
H A DMakefile20 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/gemini/
H A DMakefile21 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/ixp4xx/
H A DMakefile18 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/kirkwood/
H A DMakefile18 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/lantiq/
H A DMakefile23 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/malta/
H A DMakefile18 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/netlogic/
H A DMakefile18 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/xburst/
H A DMakefile19 include $(INCLUDE_DIR)/target.mk
/openwrt/target/linux/adm5120/
H A DMakefile18 include $(INCLUDE_DIR)/target.mk

Completed in 83 milliseconds

12345