- Timestamp:
- Jun 22, 2017, 8:11:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.x86
r33 r36 62 62 build/kernel/hal/hal_trap.o \ 63 63 build/kernel/hal/hal_kentry.o \ 64 build/kernel/hal/hal_acpi.o \ 64 65 build/kernel/hal/x86_printf.o \ 65 66 build/kernel/hal/hal_special.o \ … … 339 340 $(DU) -D $@ > $@.txt 340 341 342 build/kernel/hal/hal_acpi.o: hal/x86_64/hal_acpi.c \ 343 hal/x86_64/hal_acpi.h \ 344 kernel_config.h \ 345 hal/x86_64/hal_types.h 346 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 347 $(DU) -D $@ > $@.txt 348 341 349 build/kernel/hal/x86_printf.o: hal/x86_64/x86_printf.c \ 342 350 kernel_config.h \
Note: See TracChangeset
for help on using the changeset viewer.