blob: 0d478b9a5af6bcbea8cd9d87f467d88e5aed8a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
all: all.modules gen_modules_conf
gen_modules_conf:
perl gen_modules_conf.pl.pl > ../rescue/tree/ka/gen_modules_conf.pl
all.modules: ../mdk-stage1/mar/mar update_kernel list_modules.pm
`../tools/specific_arch ./update_kernel`
../mdk-stage1/mar/mar:
make -C `dirname $@` mar
clean:
rm -rf *~ modules.description all.modules all.modules64
check:
perl modules.pl check > /dev/null
|