Changeset 457 for trunk/hal/x86_64/Makefile
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/Makefile
r444 r457 72 72 drivers/%.h \ 73 73 $(KERNEL)/kernel_config.h \ 74 core/hal_ types.h74 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 core/hal_ types.h82 core/hal_kernel_types.h 83 83 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 84 84 … … 88 88 core/hal_segmentation.h \ 89 89 $(KERNEL)/kernel_config.h \ 90 core/hal_ types.h90 core/hal_kernel_types.h 91 91 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 92 92 … … 96 96 core/hal_segmentation.h \ 97 97 $(KERNEL)/kernel_config.h \ 98 core/hal_ types.h98 core/hal_kernel_types.h 99 99 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 100 100 … … 107 107 core/hal_internal.h \ 108 108 $(KERNEL)/kernel_config.h \ 109 core/hal_ types.h109 core/hal_kernel_types.h 110 110 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 111 111 … … 114 114 core/hal_segmentation.h \ 115 115 $(KERNEL)/kernel_config.h \ 116 core/hal_ types.h116 core/hal_kernel_types.h 117 117 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 118 118 … … 121 121 core/hal_boot.h \ 122 122 $(KERNEL)/kernel_config.h \ 123 core/hal_ types.h123 core/hal_kernel_types.h 124 124 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 125 125 … … 127 127 core/hal_acpi.h \ 128 128 $(KERNEL)/kernel_config.h \ 129 core/hal_ types.h129 core/hal_kernel_types.h 130 130 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 131 131 … … 133 133 core/hal_apic.h \ 134 134 $(KERNEL)/kernel_config.h \ 135 core/hal_ types.h135 core/hal_kernel_types.h 136 136 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 137 137 138 138 $(HAL_ARCH)/build/core/x86_printf.o: core/x86_printf.c \ 139 139 $(KERNEL)/kernel_config.h \ 140 core/hal_ types.h140 core/hal_kernel_types.h 141 141 $(CC) $(HAL_INCLUDE) $(CFLAGS) -c -o $@ $< 142 142
Note: See TracChangeset
for help on using the changeset viewer.