Skip to content

Commit

Permalink
Drop emulators from linux tree
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Nov 9, 2024
1 parent 2936270 commit a88a90a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions deps/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ fi
makeargs+=("LLVM_IAS=1")

mkdir -p "$objtree"
cat >"$(realpath "$objtree/meson_vars.mk")" <<END
export ISH_SRC = $ISH_SRC
export ISH_BUILD = $ISH_BUILD
END

defconfig="$srctree/arch/ish/configs/ish_defconfig"
for fragment in "$defconfig" $KCONFIG_FRAGMENTS; do
Expand Down

0 comments on commit a88a90a

Please sign in to comment.