summaryrefslogtreecommitdiff
path: root/kdebug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kdebug/Makefile')
-rw-r--r--kdebug/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/kdebug/Makefile b/kdebug/Makefile
new file mode 100644
index 0000000..35a16d0
--- /dev/null
+++ b/kdebug/Makefile
@@ -0,0 +1,22 @@
+topdir=$(shell pwd)/..
+include ../Make.Rules
+
+test: exit
+ rm -f interactive
+ ./test-kernel.sh
+
+shell: exit
+ touch interactive
+ ./test-kernel.sh
+
+exit: exit.c
+ $(CC) $(CFLAGS) $(CPPFLAGS) $< -o $@ --static
+
+all:
+ @echo cd to kdebug to test a kernel build
+
+install:
+
+clean:
+ $(LOCALCLEAN)
+ rm -f fs.conf initramfs.img exit interactive