Changeset 45 for trunk/Makefile.x86
- Timestamp:
- Jun 23, 2017, 11:55:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.x86
r36 r45 63 63 build/kernel/hal/hal_kentry.o \ 64 64 build/kernel/hal/hal_acpi.o \ 65 build/kernel/hal/hal_lapic.o \ 65 66 build/kernel/hal/x86_printf.o \ 66 67 build/kernel/hal/hal_special.o \ … … 307 308 $(DU) -D $@ > $@.txt 308 309 309 build/kernel/hal/hal_init.o: hal/x86_64/hal_init.c \310 hal/x86_64/hal_boot.h \311 hal/x86_64/hal_multiboot.h \310 build/kernel/hal/hal_init.o: hal/x86_64/hal_init.c \ 311 hal/x86_64/hal_boot.h \ 312 hal/x86_64/hal_multiboot.h \ 312 313 hal/x86_64/hal_segmentation.h \ 313 kernel_config.h \ 314 hal/x86_64/hal_acpi.h \ 315 hal/x86_64/hal_lapic.h \ 316 hal/x86_64/hal_internal.h \ 317 kernel_config.h \ 314 318 hal/x86_64/hal_types.h 315 319 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< … … 342 346 build/kernel/hal/hal_acpi.o: hal/x86_64/hal_acpi.c \ 343 347 hal/x86_64/hal_acpi.h \ 348 kernel_config.h \ 349 hal/x86_64/hal_types.h 350 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 351 $(DU) -D $@ > $@.txt 352 353 build/kernel/hal/hal_lapic.o: hal/x86_64/hal_lapic.c \ 354 hal/x86_64/hal_lapic.h \ 344 355 kernel_config.h \ 345 356 hal/x86_64/hal_types.h
Note: See TracChangeset
for help on using the changeset viewer.