You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
181 B
15 lines
181 B
4 months ago
|
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
|