From a1de7769d8471f7343337a89fc37b4ce30d6725f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 2 Feb 2025 22:19:20 +0530 Subject: misc: Add support for NixOS --- toolchain/utils.mk | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 toolchain/utils.mk (limited to 'toolchain/utils.mk') 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 -# -# 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 . -# - -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) -- cgit v1.2.3