| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | Makefile | 4 OUTDIR ?= ./ macro 12 GENHDRS= $(addprefix ${OUTDIR}/,aicdb.h $(YSRCS:.y=.h)) 13 GENSRCS= $(addprefix ${OUTDIR}/,$(YSRCS:.y=.c) $(LSRCS:.l=.c)) 19 AICASM_CFLAGS:= -I/usr/include -I. -I$(OUTDIR) 38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS) 39 $(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(OUTDIR)/$(PROG) $(LIBS) 41 $(OUTDIR): 42 mkdir -p $(OUTDIR) 44 $(OUTDIR)/aicdb.h: 67 $(OUTDIR)/aicasm_gram.c: $(OUTDIR)/aicasm_gram.h [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-dm.sh | 5 OUTDIR="$RK_OUTDIR/security-dm" 8 mkdir -p "$OUTDIR" 10 TEMPDIR="$OUTDIR/tempfile" 12 ROOTFS="$OUTDIR/enc.img" 16 ROOTFS="$OUTDIR/dmv.img" 25 if [ -e "$OUTDIR/rootfs.info" ]; then 26 if [ "$(cat "$OUTDIR/rootfs.info")" = "$(ls -l "$INPUT")" ]; then 29 echo "$(ls -l "$INPUT")" > "$OUTDIR/rootfs.info" 32 echo "$(ls -l "$INPUT")" > "$OUTDIR/rootfs.info"
|
| H A D | partition-helper | 459 OUTDIR="$(rk_extra_part_outdir $1)" 466 rm -rf "$OUTDIR" "$FAKEROOT_SCRIPT" 473 mkdir -p "$OUTDIR" 478 touch "$OUTDIR/.fixed" 489 echo "Merging $src into $OUTDIR" 490 rsync -a "$src/" "$OUTDIR" 491 for f in $(ls "$OUTDIR" | grep "\.fs$" || true); do 493 cat "$OUTDIR/$f" >> "$FAKEROOT_SCRIPT" 494 rm -f "$OUTDIR/$f"
|
| H A D | post-partitions.sh | 12 OUTDIR="$(rk_extra_part_outdir $idx)" 15 rm -rf "$FAKEROOT_SCRIPT" "$OUTDIR" "$MOUNT_DIR" 21 echo "Merging $OUTDIR into $TARGET_DIR/$MOUNTPOINT (built-in)" 22 rsync -a "$OUTDIR/" "$TARGET_DIR/$MOUNTPOINT/"
|
| H A D | mk-firmware.sh | 36 OUTDIR="$(rk_extra_part_outdir $idx)" 57 \"$OUTDIR\" \"$DST\" \"$FS_TYPE\" \ 61 cd "$OUTDIR"
|
| H A D | mk-kbuild.sh | 60 OUTDIR=$SUBDIR VERSION=$KVER2 KERNEL_ARCH=$KERNEL_ARCH \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | headers_install.sh | 22 OUTDIR="$1" 41 "$SRCDIR/$i" > "$OUTDIR/$FILE.sed" || exit 1 42 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \ 43 > "$OUTDIR/$FILE" 45 rm -f "$OUTDIR/$FILE.sed"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | headers_install.sh | 22 OUTDIR="$1" 41 "$SRCDIR/$i" > "$OUTDIR/$FILE.sed" || exit 1 42 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \ 43 > "$OUTDIR/$FILE" 45 rm -f "$OUTDIR/$FILE.sed"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | headers_install.sh | 21 OUTDIR="$1" 40 "$SRCDIR/$i" > "$OUTDIR/$FILE.sed" || exit 1 41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \ 42 > "$OUTDIR/$FILE" 44 rm -f "$OUTDIR/$FILE.sed"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | headers_install.sh | 21 OUTDIR="$1" 40 "$SRCDIR/$i" > "$OUTDIR/$FILE.sed" || exit 1 41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \ 42 > "$OUTDIR/$FILE" 44 rm -f "$OUTDIR/$FILE.sed"
|
| /OK3568_Linux_fs/device/rockchip/common/post-hooks/ |
| H A D | 95-partitions.sh | 12 OUTDIR="$(rk_extra_part_outdir $idx)" 15 rm -rf "$FAKEROOT_SCRIPT" "$OUTDIR" "$MOUNT_DIR" 21 echo "Merging $OUTDIR into $TARGET_DIR/$MOUNTPOINT (built-in)" 22 rsync -a "$OUTDIR/" "$TARGET_DIR/$MOUNTPOINT/"
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 80-firmware.sh | 36 OUTDIR="$(rk_extra_part_outdir $idx)" 57 \"$OUTDIR\" \"$DST\" \"$FS_TYPE\" \ 61 cd "$OUTDIR"
|
| /OK3568_Linux_fs/ |
| H A D | Makefile | 57 OUTDIR := $(SDK_DIR)/output macro 58 BUILD_DIR := $(OUTDIR)/kconf 61 RK_CONFIG = $(OUTDIR)/.config
|
| /OK3568_Linux_fs/device/rockchip/common/ |
| H A D | Makefile | 57 OUTDIR := $(SDK_DIR)/output macro 58 BUILD_DIR := $(OUTDIR)/kconf 61 RK_CONFIG = $(OUTDIR)/.config
|
| /OK3568_Linux_fs/output/sessions/2025-06-05_23-17-21/ |
| H A D | final.env | |
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | final.env | |
| /OK3568_Linux_fs/output/ |
| H A D | final.env | |
| /OK3568_Linux_fs/kernel/tools/power/cpupower/ |
| H A D | Makefile | 17 OUTDIR := $(shell cd $(OUTPUT) && pwd) macro 18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
| /OK3568_Linux_fs/kernel/tools/scripts/ |
| H A D | Makefile.include | 16 OUTDIR := $(shell cd $(OUTPUT) && pwd) 17 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/ |
| H A D | mk-kbuild.sh | 60 OUTDIR=$SUBDIR VERSION=$KVER2 KERNEL_ARCH=$KERNEL_ARCH \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | Makefile | 87 $(MAKE) -C $(srctree)/$(src)/aicasm OUTDIR=$(shell pwd)/$(obj)/aicasm/
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 5588 -o OUTDIR, --outdir OUTDIR
|