aboutsummaryrefslogtreecommitdiff
path: root/kdebug/Makefile
blob: 35a16d0af27949a82fd0232740bbe65ef9eb280e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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