aboutsummaryrefslogtreecommitdiff
path: root/toolchain/utils.mk
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-02 22:19:20 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-02 22:19:20 +0530
commita1de7769d8471f7343337a89fc37b4ce30d6725f (patch)
treeca52f3586d32f3946a302023b2c7ecb10eb79866 /toolchain/utils.mk
parent6b76eb48066a5fb0c45b108fd3eed1743029da4f (diff)
misc: Add support for NixOS
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)