Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/Makefile.inc

    re4a4b44 r7c682dd1  
    3232
    3333GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32
    34 AFLAGS += -a32
    35 LFLAGS += -no-check-sections
     34AFLAGS = -a32
     35LFLAGS = -no-check-sections -N
    3636
    3737BITS = 32
     
    4040ARCH_SOURCES = \
    4141        arch/$(KARCH)/src/context.S \
     42        arch/$(KARCH)/src/debug/panic.s \
    4243        arch/$(KARCH)/src/debug/stacktrace.c \
    4344        arch/$(KARCH)/src/debug/stacktrace_asm.S \
Note: See TracChangeset for help on using the changeset viewer.