]>
Commit | Line | Data |
---|---|---|
1c79356b A |
1 | ###################################################################### |
2 | #BEGIN Machine dependent Makefile fragment for ppc | |
3 | ###################################################################### | |
4 | ||
5 | # | |
6 | # KDB support | |
7 | # | |
8 | ||
9 | makedis: $(SRCROOT)/osfmk/ddb/makedis.c | |
10 | $(CC) -o $@ $< | |
11 | ||
55e303ae | 12 | ppc_disasm.o_CFLAGS_ADD = -Dperror=db_printf -Dexit=db_error -Dmalloc=db_disasm_malloc |
1c79356b | 13 | |
91447636 | 14 | ppc_disasm.c ppc_disasm.h : $(SRCROOT)/osfmk/ppc/ppc_disasm.i makedis |
1c79356b A |
15 | ./makedis -w -h ./ppc_disasm.h $(SOURCE_DIR)/osfmk/ppc/ppc_disasm.i > ./ppc_disasm.c |
16 | ||
1c79356b A |
17 | |
18 | db_disasm.o : ppc_disasm.h | |
19 | ||
91447636 A |
20 | # Files that must go in the __HIB segment: |
21 | HIB_FILES= \ | |
3a60a9f5 | 22 | hibernate_restore.o |
91447636 | 23 | |
1c79356b A |
24 | ###################################################################### |
25 | #END Machine dependent Makefile fragment for ppc | |
26 | ###################################################################### |