1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10EXPORT_ONLY_FILES = 	\
11		    machine_routines.h \
12		    locks.h lock.h cpu_number.h \
13		cpu_capabilities.h mp.h io_map_entries.h \
14		thread.h task.h ast.h ast_types.h \
15		pmap.h machlimits.h cpu_affinity.h  asm_help.h cpu_data.h cpuid.h
16 
17INSTALL_MD_DIR = arm
18
19INSTALL_MD_LCL_LIST = cpu_capabilities.h
20
21EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}
22
23EXPORT_MD_DIR = arm
24
25include $(MakeInc_rule)
26include $(MakeInc_dir)
27
28
29