blob: 0e8c11fed38d2e663a2268cb28259f5304f5f0b8 [file] [log] [blame] [edit]
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) -O2 $< -o $@ --static
all:
@echo cd to kdebug to test a kernel build
install:
clean:
$(LOCALCLEAN)
rm -f fs.conf initramfs.img exit interactive