]>
Commit | Line | Data |
---|---|---|
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 | include $(MakeInc_cmd) | |
7 | include $(MakeInc_def) | |
8 | ||
9 | DATAFILES = \ | |
10 | devfs.h | |
11 | ||
12 | KERNELFILES = \ | |
13 | devfs.h \ | |
14 | fdesc.h \ | |
15 | devfs_proto.h \ | |
16 | devfsdefs.h | |
17 | ||
18 | INSTALL_MI_LIST = ${DATAFILES} | |
19 | ||
20 | INSTALL_MI_DIR = miscfs/devfs | |
21 | ||
22 | INSTALL_KF_MI_LIST = ${DATAFILES} | |
23 | ||
24 | INSTALL_KF_MI_LCL_LIST = ${DATAFILES} devfs_proto.h devfsdefs.h | |
25 | ||
26 | EXPORT_MI_LIST = ${KERNELFILES} | |
27 | ||
28 | EXPORT_MI_DIR = miscfs/devfs | |
29 | ||
30 | include $(MakeInc_rule) | |
31 | include $(MakeInc_dir) |