aboutsummaryrefslogtreecommitdiff
path: root/toolchain/utils.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/utils.mk')
-rw-r--r--toolchain/utils.mk22
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/utils.mk b/toolchain/utils.mk
deleted file mode 100644
index c196d80..0000000
--- a/toolchain/utils.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# bubbl
-# Copyright (C) 2024-2025 Raghuram Subramani <raghus2247@gmail.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-add_to_path = $(eval PATH := $1:$(PATH))
-current-dir = $(dir $(lastword $(MAKEFILE_LIST)))
-all-makefiles-under = $(wildcard $(1)/*/module.mk)
-all-subdir-makefiles = $(wildcard */module.mk)