summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
blob: 90fad04b6cb320754d5ac746293ce01532e30038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: all.modules

all.modules: ../mdk-stage1/mar/mar update_kernel list_modules.pm
	`../tools/specific_arch ./update_kernel`

../mdk-stage1/mar/mar:
	make -C `dirname $@`

clean:
	rm -rf *~ modules.description all.modules all.modules64

check:
	perl modules.pl check > /dev/null