Changeset 36


Ignore:
Timestamp:
Jun 22, 2017, 8:11:54 AM (7 years ago)
Author:
max@…
Message:

Update Makefile.x86 (ACPI).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.x86

    r33 r36  
    6262              build/kernel/hal/hal_trap.o         \
    6363              build/kernel/hal/hal_kentry.o       \
     64              build/kernel/hal/hal_acpi.o         \
    6465              build/kernel/hal/x86_printf.o       \
    6566              build/kernel/hal/hal_special.o      \
     
    339340        $(DU) -D $@ > $@.txt
    340341
     342build/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
    341349build/kernel/hal/x86_printf.o:  hal/x86_64/x86_printf.c      \
    342350                                kernel_config.h              \
Note: See TracChangeset for help on using the changeset viewer.