Changeset 142 for trunk/Makefile.x86
- Timestamp:
- Jul 5, 2017, 10:49:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.x86
r82 r142 59 59 build/kernel/hal/hal_init.o \ 60 60 build/kernel/hal/hal_cpu.o \ 61 build/kernel/hal/hal_trap.o \62 61 build/kernel/hal/hal_kentry.o \ 63 62 build/kernel/hal/hal_acpi.o \ … … 315 314 $(DU) -D $@ > $@.txt 316 315 317 build/kernel/hal/hal_trap.o: hal/x86_64/core/hal_trap.c \318 hal/x86_64/core/hal_boot.h \319 hal/x86_64/core/hal_segmentation.h \320 kernel_config.h \321 hal/x86_64/core/hal_types.h322 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<323 $(DU) -D $@ > $@.txt324 325 316 build/kernel/hal/hal_kentry.o: hal/x86_64/core/hal_kentry.S \ 326 317 hal/x86_64/core/hal_kentry.h \
Note: See TracChangeset
for help on using the changeset viewer.