Changeset 13733
- Timestamp:
- May 22, 2010, 6:55:31 PM (15 years ago)
- File:
-
- 1 edited
-
branches/arm/lisp-kernel/linuxarm/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/lisp-kernel/linuxarm/Makefile
r13645 r13733 29 29 # however. 30 30 WFORMAT = -Wno-format 31 PLATFORM_H = platform-linuxarm.h 31 32 32 33 # If the linker supports a "--hash-style=" option, use traditional … … 56 57 $(M4) $(M4FLAGS) -I../ $< | $(AS) $(A32) $(ASFLAGS) -o $@ 57 58 .c.o: 58 $(CC) - c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) $(PPC32) -o $@59 $(CC) -include ../$(PLATFORM_H) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) $(PPC32) -o $@ 59 60 60 SPOBJ = pad.o arm-spjump.oarm-spentry.o arm-subprims.o61 SPOBJ = pad.o arm-spentry.o arm-subprims.o 61 62 ASMOBJ = arm-asmutils.o imports.o 62 63 … … 64 65 image.o thread_manager.o lisp-debug.o memory.o unix-calls.o 65 66 66 DEBUGOBJ = lispdcmd.o plprint.o plsym.o plbt.o ppc_print.o67 KERNELOBJ= $(COBJ) ppc-asmutils.o imports.o67 DEBUGOBJ = lispdcmd.o plprint.o plsym.o albt.o arm_print.o 68 KERNELOBJ= $(COBJ) arm-asmutils.o imports.o 68 69 69 70 SPINC = lisp.s m4macros.m4 arm-constants.s arm-macros.s errors.s arm-uuo.s … … 71 72 CHEADERS = area.h bits.h arm-constants.h lisp-errors.h gc.h lisp.h \ 72 73 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 73 Threads.h arm-exceptions.h 74 Threads.h arm-exceptions.h $(PLATFORM_H) 74 75 75 76 # Subprims linked into the kernel ?
Note:
See TracChangeset
for help on using the changeset viewer.
