mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 14:07:42 +00:00
Makefile: fix a couple of wrong variable assignments
Fix a couple of wrong assignments to D_SRCS and C_SRCS. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
c63f21c4a8
commit
e8236e552d
4
Makefile
4
Makefile
@ -85,8 +85,8 @@ D_SRCS += debug/serial.c
|
|||||||
D_SRCS += debug/uart16550.c
|
D_SRCS += debug/uart16550.c
|
||||||
D_SRCS += debug/console.c
|
D_SRCS += debug/console.c
|
||||||
D_SRCS += debug/sbuf.c
|
D_SRCS += debug/sbuf.c
|
||||||
C_SRCS += debug/printf.c
|
D_SRCS += debug/printf.c
|
||||||
D_SRCS += boot/acpi.c
|
C_SRCS += boot/acpi.c
|
||||||
C_SRCS += boot/dmar_parse.c
|
C_SRCS += boot/dmar_parse.c
|
||||||
C_SRCS += arch/x86/ioapic.c
|
C_SRCS += arch/x86/ioapic.c
|
||||||
C_SRCS += arch/x86/intr_lapic.c
|
C_SRCS += arch/x86/intr_lapic.c
|
||||||
|
Loading…
Reference in New Issue
Block a user