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