~jiri-tlach/helenos/nommu

« back to all changes in this revision

Viewing changes to kernel/arch/ia32/Makefile.inc

  • Committer: Jiri Tlach
  • Date: 2010-09-19 15:22:42 UTC
  • Revision ID: jiri.tlach@gmail.com-20100919152242-192zftkosg3by6cp
MMU-less frame allocation for uspace may be done on preferred zone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        arch/$(KARCH)/src/fpu_context.c \
110
110
        arch/$(KARCH)/src/debugger.c \
111
111
        arch/$(KARCH)/src/syscall.c \
112
 
        arch/$(KARCH)/src/elf.c
 
112
        arch/$(KARCH)/src/elf.c \
 
113
        arch/$(KARCH)/src/nommu/nommu.c
113
114