]>
Commit | Line | Data |
---|---|---|
1c79356b A |
1 | export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd |
2 | export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def | |
3 | export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule | |
4 | export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir | |
5 | ||
6 | ||
7 | include $(MakeInc_cmd) | |
8 | include $(MakeInc_def) | |
9 | ||
1c79356b A |
10 | DATAFILES = \ |
11 | specdev.h | |
12 | ||
3e170ce0 A |
13 | KERNELFILES = \ |
14 | ${DATAFILES} | |
15 | ||
1c79356b A |
16 | INSTALL_MI_LIST = ${DATAFILES} |
17 | ||
18 | INSTALL_MI_DIR = miscfs/specfs | |
19 | ||
3e170ce0 | 20 | EXPORT_MI_LIST = ${KERNELFILES} |
1c79356b A |
21 | |
22 | EXPORT_MI_DIR = miscfs/specfs | |
23 | ||
1c79356b A |
24 | include $(MakeInc_rule) |
25 | include $(MakeInc_dir) | |
26 | ||
27 |