aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-03 17:45:28 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-03 17:45:28 +0200
commitfd4f56e6776873af2693d4ddf1c672c36bd97428 (patch)
treed5482cf2754923ca1a9bfd1a6af669855858d33d /Makefile
parentvga: fix text mode cursor (diff)
downloadkernel-fd4f56e6776873af2693d4ddf1c672c36bd97428.tar.xz
i8042: fix broken self-test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5d56b6..ffb4e2e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ MAKEFLAGS += --no-print-directory
include Makefile.config
-.PHONY: all run clean FORCE
+.PHONY: all run clean test FORCE
all: glitch.elf
run: glitch.iso
@@ -24,6 +24,9 @@ info:
@echo " LD $(shell ${LD} --version | head -n1)"
@echo " ${LDFLAGS}"
+test:
+ grep -r 'asm' devices lib src
+
FORCE:
.config: Kconfig