Changeset 82 for trunk/Makefile.x86
- Timestamp:
- Jun 28, 2017, 1:23:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.x86
r77 r82 62 62 build/kernel/hal/hal_kentry.o \ 63 63 build/kernel/hal/hal_acpi.o \ 64 build/kernel/hal/hal_ lapic.o\64 build/kernel/hal/hal_apic.o \ 65 65 build/kernel/hal/x86_printf.o \ 66 66 build/kernel/hal/hal_drivers.o \ … … 300 300 hal/x86_64/core/hal_segmentation.h \ 301 301 hal/x86_64/core/hal_acpi.h \ 302 hal/x86_64/core/hal_ lapic.h\302 hal/x86_64/core/hal_apic.h \ 303 303 hal/x86_64/core/hal_internal.h \ 304 304 kernel_config.h \ … … 338 338 $(DU) -D $@ > $@.txt 339 339 340 build/kernel/hal/hal_ lapic.o: hal/x86_64/core/hal_lapic.c\341 hal/x86_64/core/hal_ lapic.h\340 build/kernel/hal/hal_apic.o: hal/x86_64/core/hal_apic.c \ 341 hal/x86_64/core/hal_apic.h \ 342 342 kernel_config.h \ 343 343 hal/x86_64/core/hal_types.h
Note: See TracChangeset
for help on using the changeset viewer.