Changeset 457 for trunk/hal/tsar_mips32/Makefile
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/Makefile
r444 r457 72 72 $(HAL_ARCH)/drivers/%.h \ 73 73 $(KERNEL)/kernel_config.h \ 74 $(HAL_ARCH)/core/hal_ types.h74 $(HAL_ARCH)/core/hal_kernel_types.h 75 75 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 76 76 … … 80 80 $(HAL)/generic/%.h \ 81 81 $(KERNEL)/kernel_config.h \ 82 $(HAL_ARCH)/core/hal_ types.h82 $(HAL_ARCH)/core/hal_kernel_types.h 83 83 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 84 84 … … 86 86 $(HAL_ARCH)/core/hal_kentry.h \ 87 87 $(KERNEL)/kernel_config.h \ 88 $(HAL_ARCH)/core/hal_ types.h88 $(HAL_ARCH)/core/hal_kernel_types.h 89 89 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 90 90
Note: See TracChangeset
for help on using the changeset viewer.