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