Changeset 457 for trunk/boot/tsar_mips32/Makefile
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/Makefile
r439 r457 59 59 boot_utils.h \ 60 60 boot_config.h \ 61 $(HAL_ARCH)/core/hal_ types.h \61 $(HAL_ARCH)/core/hal_kernel_types.h \ 62 62 ../../hard_config.h 63 63 $(CC) $(BOOT_INCLUDE) $(CFLAGS) -c -o $@ $< … … 68 68 boot_utils.h \ 69 69 boot_config.h \ 70 $(HAL_ARCH)/core/hal_ types.h \70 $(HAL_ARCH)/core/hal_kernel_types.h \ 71 71 ../../hard_config.h 72 72 $(CC) $(BOOT_INCLUDE) $(CFLAGS) -c -o $@ $< … … 77 77 boot_utils.h \ 78 78 boot_config.h \ 79 $(HAL_ARCH)/core/hal_ types.h \79 $(HAL_ARCH)/core/hal_kernel_types.h \ 80 80 ../../hard_config.h 81 81 $(CC) $(BOOT_INCLUDE) $(CFLAGS) -c -o $@ $< … … 86 86 boot_utils.h \ 87 87 boot_config.h \ 88 $(HAL_ARCH)/core/hal_ types.h \88 $(HAL_ARCH)/core/hal_kernel_types.h \ 89 89 ../../hard_config.h 90 90 $(CC) $(BOOT_INCLUDE) $(CFLAGS) -c -o $@ $< … … 97 97 boot_utils.h \ 98 98 boot_config.h \ 99 $(HAL_ARCH)/core/hal_ types.h \99 $(HAL_ARCH)/core/hal_kernel_types.h \ 100 100 ../../hard_config.h 101 101 $(CC) $(BOOT_INCLUDE) $(CFLAGS) -c -o $@ $< … … 107 107 boot_utils.h \ 108 108 boot_tty_driver.h \ 109 $(HAL_ARCH)/core/hal_ types.h \109 $(HAL_ARCH)/core/hal_kernel_types.h \ 110 110 ../../hard_config.h 111 111 $(CC) $(BOOT_INCLUDE) $(CFLAGS) -c -o $@ $< … … 122 122 boot_mmc_driver.h \ 123 123 boot_config.h \ 124 $(HAL_ARCH)/core/hal_ types.h \124 $(HAL_ARCH)/core/hal_kernel_types.h \ 125 125 ../../hard_config.h 126 126 $(CC) $(BOOT_INCLUDE) $(CFLAGS) $(MACROS) -c -o $@ $<
Note: See TracChangeset
for help on using the changeset viewer.