Changeset 142 for trunk/Makefile.x86


Ignore:
Timestamp:
Jul 5, 2017, 10:49:55 AM (7 years ago)
Author:
max@…
Message:

remove hal_trap.c, and put its content in hal_interrupt.c and
hal_exception.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.x86

    r82 r142  
    5959              build/kernel/hal/hal_init.o         \
    6060              build/kernel/hal/hal_cpu.o          \
    61               build/kernel/hal/hal_trap.o         \
    6261              build/kernel/hal/hal_kentry.o       \
    6362              build/kernel/hal/hal_acpi.o         \
     
    315314        $(DU) -D $@ > $@.txt
    316315
    317 build/kernel/hal/hal_trap.o:    hal/x86_64/core/hal_trap.c \
    318                                 hal/x86_64/core/hal_boot.h        \
    319                                 hal/x86_64/core/hal_segmentation.h \
    320                                 kernel_config.h              \
    321                                 hal/x86_64/core/hal_types.h
    322         $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    323         $(DU) -D $@ > $@.txt
    324 
    325316build/kernel/hal/hal_kentry.o:  hal/x86_64/core/hal_kentry.S      \
    326317                                hal/x86_64/core/hal_kentry.h      \
Note: See TracChangeset for help on using the changeset viewer.