Searched refs:TOPDIR (Results 1 - 25 of 440) sorted by relevance

1234567891011>>

/openwrt/include/site/
H A Di3862 . $TOPDIR/include/site/i486
H A Di6862 . $TOPDIR/include/site/i486
H A Darc2 . $TOPDIR/include/site/linux
H A Daarch64_be2 . $TOPDIR/include/site/linux
H A Daarch642 . $TOPDIR/include/site/linux
H A Darmeb2 . $TOPDIR/include/site/linux
H A Di4862 . $TOPDIR/include/site/linux
H A Darm2 . $TOPDIR/include/site/linux
H A Dm68k2 . $TOPDIR/include/site/linux
/openwrt/target/linux/generic/image/
H A DMakefile7 include $(TOPDIR)/rules.mk
/openwrt/package/kernel/broadcom-wl/src/glue/
H A DMakefile15 -include $(TOPDIR)/Rules.make
/openwrt/package/kernel/rtc-rv5c386a/src/
H A DMakefile17 -include $(TOPDIR)/Rules.make
/openwrt/target/linux/orion/image/
H A DMakefile7 include $(TOPDIR)/rules.mk
/openwrt/tools/mpc/
H A DMakefile7 include $(TOPDIR)/rules.mk
25 --with-mpfr=$(TOPDIR)/staging_dir/host \
26 --with-gmp=$(TOPDIR)/staging_dir/host
/openwrt/target/sdk/files/
H A DMakefile9 TOPDIR:=${CURDIR} macro
13 export TOPDIR LC_ALL LANG SDK
17 include $(TOPDIR)/include/host.mk
27 include $(TOPDIR)/include/debug.mk
28 include $(TOPDIR)/include/depends.mk
29 include $(TOPDIR)/include/toplevel.mk
/openwrt/scripts/
H A Dgetver.sh4 [ -n "$TOPDIR" ] && cd $TOPDIR
H A Dget_source_date_epoch.sh4 [ -n "$TOPDIR" ] && cd $TOPDIR
/openwrt/package/kernel/linux/
H A DMakefile8 include $(TOPDIR)/rules.mk
15 SCAN_DEPS=modules/*.mk $(TOPDIR)/target/linux/*/modules.mk $(TOPDIR)/include/netfilter.mk
65 -include $(TOPDIR)/target/linux/*/modules.mk
/openwrt/target/linux/
H A DMakefile7 include $(TOPDIR)/rules.mk
/openwrt/target/linux/rb532/
H A DMakefile7 include $(TOPDIR)/rules.mk
/openwrt/target/sdk/
H A DMakefile8 include $(TOPDIR)/rules.mk
38 BASE_FEED:=$(if $(BASE_FEED),$(BASE_FEED),$(shell cd $(TOPDIR); LC_ALL=C git svn info 2>/dev/null | sed -ne 's/^URL: /src-gitsvn base /p'))
39 BASE_FEED:=$(if $(BASE_FEED),$(BASE_FEED),$(shell cd $(TOPDIR); LC_ALL=C svn info 2>/dev/null | sed -ne 's/^URL: /src-svn base /p'))
42 KDIR_BASE = $(patsubst $(TOPDIR)/%,%,$(LINUX_DIR))
63 KERNEL_FILES := $(patsubst $(TOPDIR)/%,%,$(wildcard $(addprefix $(LINUX_DIR)/,$(KERNEL_FILES_BASE))))
69 $(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/
70 $(TAR) -cf - -C $(TOPDIR) \
71 `cd $(TOPDIR); find $(KDIR_BASE) -name \*.ko` \
95 ./convert-config.pl $(TOPDIR)/.config > $(SDK_BUILD_DIR)/Config-build.in
97 $(TOPDIR)/LICENS
[all...]
/openwrt/tools/findutils/
H A DMakefile7 include $(TOPDIR)/rules.mk
/openwrt/tools/patch/
H A DMakefile7 include $(TOPDIR)/rules.mk
/openwrt/target/imagebuilder/
H A DMakefile8 include $(TOPDIR)/rules.mk
18 IB_KDIR:=$(patsubst $(TOPDIR)/%,$(PKG_BUILD_DIR)/%,$(KERNEL_BUILD_DIR))
19 IB_LDIR:=$(patsubst $(TOPDIR)/%,$(PKG_BUILD_DIR)/%,$(LINUX_DIR))
20 IB_DTSDIR:=$(patsubst $(TOPDIR)/%,$(PKG_BUILD_DIR)/%,$(LINUX_DIR))/arch/$(ARCH)/boot/dts/
28 -cp $(TOPDIR)/.config $(PKG_BUILD_DIR)/.config
31 $(TOPDIR)/rules.mk \
59 $(CP) $(TOPDIR)/target/linux $(PKG_BUILD_DIR)/target/
60 if [ -d $(TOPDIR)/staging_dir/host/lib/grub ]; then \
61 $(CP) $(TOPDIR)/staging_dir/host/lib/grub/ $(PKG_BUILD_DIR)/staging_dir/host/lib; \
/openwrt/include/
H A Dhost.mk8 TMP_DIR ?= $(TOPDIR)/tmp
16 export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH)
29 $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
40 GNU_HOST_NAME=`$(TOPDIR)/scripts/config.guess`; \

Completed in 79 milliseconds

1234567891011>>