Ignore:
Timestamp:
Oct 5, 2018, 12:20:34 AM (6 years ago)
Author:
alain
Message:

Introduce the cluster_info[x][y] in the boot_info.h structure for the TSAR architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boot/tsar_mips32/Makefile

    r557 r572  
    2323# Objects to be linked for boot.elf generation
    2424BOOT_OBJS       = build/boot.o            \
    25                 build/boot_fat32.o      \
    26                 build/boot_utils.o      \
    27                 build/boot_spi_utils.o \
    28                 build/boot_entry.o      \
    29                 build/boot_tty_driver.o \
    30                 build/boot_hba_driver.o \
    31                 build/boot_bdv_driver.o \
    32                 build/boot_spi_driver.o \
    33                 build/boot_mmc_driver.o
     25              build/boot_fat32.o      \
     26              build/boot_utils.o      \
     27              build/boot_entry.o      \
     28              build/boot_tty_driver.o \
     29              build/boot_hba_driver.o \
     30              build/boot_bdv_driver.o \
     31              build/boot_mmc_driver.o   
    3432
    3533# List of directories to be searched for included files
    3634# when compiling for boot.elf generation
    37 BOOT_INCLUDE = -I.  \
    38                 -I../../tools/arch_info/        \
    39                 -I$(HAL_ARCH)/core   \
    40                 -I../.. \
    41                 -I$(KERNEL) \
     35BOOT_INCLUDE = -I.               \
     36                -I../../tools/arch_info  \
     37                -I$(HAL_ARCH)/core       \
     38                -I../..                  \
     39                -I$(KERNEL)              \
    4240                -I$(KERNEL)/kern
    4341
     
    5856################################################
    5957# Rules to compile boot drivers used by boot.elf
    60 build/boot_tty_driver.o:        boot_tty_driver.c \
    61                                                                 boot_tty_driver.h \
    62                                                                 boot_utils.h      \
    63                                                                 boot_config.h     \
    64                                                                 $(HAL_ARCH)/core/hal_kernel_types.h        \
    65                                                                 ../../hard_config.h
     58build/boot_tty_driver.o: boot_tty_driver.c                  \
     59                         boot_tty_driver.h                  \
     60                         boot_utils.h                        \
     61                         boot_config.h                       \
     62                                                 $(HAL_ARCH)/core/hal_kernel_types.h \
     63                                                 ../../hard_config.h
    6664        $(CC) $(BOOT_INCLUDE) $(CFLAGS) -c -o $@ $<
    6765        $(DU) -D $@ > $@.txt
Note: See TracChangeset for help on using the changeset viewer.