aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/arch/x86/cpuid/Makefile
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2025-03-14 01:00:57 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-03-14 01:00:57 +0100
commitb534253a32b89136b486fbe1b15f645f549b89df (patch)
treee541bf4298189e237e94652b302e2fb8875b53d9 /src/arch/x86/cpuid/Makefile
parent6d04a2a882754fc4cf69f30574f6cc3bfdc5e030 (diff)
downloadnotes-b534253a32b89136b486fbe1b15f645f549b89df.tar.gz
notes-b534253a32b89136b486fbe1b15f645f549b89df.zip
x86: cpuid example
Diffstat (limited to 'src/arch/x86/cpuid/Makefile')
-rw-r--r--src/arch/x86/cpuid/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/x86/cpuid/Makefile b/src/arch/x86/cpuid/Makefile
new file mode 100644
index 0000000..577d96a
--- /dev/null
+++ b/src/arch/x86/cpuid/Makefile
@@ -0,0 +1,5 @@
+a.out: cpuid.c
+ gcc -g cpuid.c
+
+clean:
+ $(RM) a.out