1topdir=$(shell pwd)/.. 2include ../Make.Rules 3 4test: 5 ./test-kernel.sh 6 7all: 8 @echo cd to kdebug to test a kernel build 9 10install: 11 12clean: 13 $(LOCALCLEAN) 14 rm -f fs.conf initramfs.img 15