]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/conf/Makefile.ppc
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / conf / Makefile.ppc
... / ...
CommitLineData
1######################################################################
2#BEGIN Machine dependent Makefile fragment for ppc
3######################################################################
4
5#
6# KDB support
7#
8
9makedis: $(SRCROOT)/osfmk/ddb/makedis.c
10 $(CC) -o $@ $<
11
12ppc_disasm.o_CFLAGS_ADD = -Dperror=db_printf -Dexit=db_error -Dmalloc=db_disasm_malloc
13
14ppc_disasm.c ppc_disasm.h : $(SRCROOT)/osfmk/ppc/ppc_disasm.i makedis
15 ./makedis -w -h ./ppc_disasm.h $(SOURCE_DIR)/osfmk/ppc/ppc_disasm.i > ./ppc_disasm.c
16
17
18db_disasm.o : ppc_disasm.h
19
20# Files that must go in the __HIB segment:
21HIB_FILES= \
22 hibernate_restore.o
23
24######################################################################
25#END Machine dependent Makefile fragment for ppc
26######################################################################