]>
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 | ||
1c79356b A |
6 | include $(MakeInc_cmd) |
7 | include $(MakeInc_def) | |
8 | ||
1c79356b A |
9 | DATAFILES = \ |
10 | union.h | |
11 | ||
3e170ce0 A |
12 | KERNELFILES = \ |
13 | ${DATAFILES} | |
14 | ||
1c79356b A |
15 | INSTALL_MI_LIST = ${DATAFILES} |
16 | ||
17 | INSTALL_MI_DIR = miscfs/union | |
18 | ||
3e170ce0 | 19 | EXPORT_MI_LIST = ${KERNELFILES} |
1c79356b A |
20 | |
21 | EXPORT_MI_DIR = miscfs/union | |
22 | ||
1c79356b A |
23 | include $(MakeInc_rule) |
24 | include $(MakeInc_dir) |