Changeset 317 for trunk/Makefile


Ignore:
Timestamp:
Aug 4, 2017, 2:03:44 PM (7 years ago)
Author:
alain
Message:

1) Introduce the TSAR hal_cpu_context_switch() function.
2) Introduce the generic vfs_kernel_move() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r265 r317  
    101101              build/kernel/hal/hal_syscall.o      \
    102102              build/kernel/hal/hal_drivers.o      \
    103               build/kernel/hal/hal_kentry.o
     103              build/kernel/hal/hal_kentry.o       \
     104              build/kernel/hal/hal_switch.o
    104105
    105106DEV_OBJS    = build/kernel/devices/dev_txt.o      \
     
    419420build/kernel/hal/hal_kentry.o:  hal/tsar_mips32/core/hal_kentry.S \
    420421                                hal/tsar_mips32/core/hal_kentry.h \
    421                                 kernel_config.h              \
    422                                 hal/tsar_mips32/core/hal_types.h
     422                                kernel_config.h                   \
     423                                hal/tsar_mips32/core/hal_types.h
     424        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
     425        $(DU) -D $@ > $@.txt
     426
     427build/kernel/hal/hal_switch.o:  hal/tsar_mips32/core/hal_switch.S \
     428                                hal/tsar_mips32/core/hal_switch.h
    423429        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    424430        $(DU) -D $@ > $@.txt
Note: See TracChangeset for help on using the changeset viewer.