aboutsummaryrefslogtreecommitdiff
path: root/sys/base/error/rules.mk
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-12 09:22:01 -0800
committerNicholas <nbnoll@eml.cc>2021-11-12 09:22:01 -0800
commitce05175372a9ddca1a225db0765ace1127a39293 (patch)
tree5988b4d4f6b402e4953945886fc90aae11203df6 /sys/base/error/rules.mk
parentb375f3cdedb5b0e08745d100b40e38d2f8396a58 (diff)
chore: simplified organizational structurelaptop
Diffstat (limited to 'sys/base/error/rules.mk')
-rw-r--r--sys/base/error/rules.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/base/error/rules.mk b/sys/base/error/rules.mk
deleted file mode 100644
index e3a9ce0..0000000
--- a/sys/base/error/rules.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-SRCS_$(d)+=\
- $(d)/error/exits.c \
- $(d)/error/errorf.c \
- $(d)/error/panicf.c \
- $(d)/error/verrorf.c \
- $(d)/error/vpanicf.c \