mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
Don't build in debug directory for release
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
parent
936c254d58
commit
ab2691de16
@ -76,16 +76,7 @@ AR = ar
|
|||||||
LD = gcc
|
LD = gcc
|
||||||
POSTLD = objcopy
|
POSTLD = objcopy
|
||||||
|
|
||||||
D_SRCS += debug/dump.c
|
D_SRCS += $(wildcard debug/*.c)
|
||||||
D_SRCS += debug/logmsg.c
|
|
||||||
D_SRCS += debug/shell_internal.c
|
|
||||||
D_SRCS += debug/shell_public.c
|
|
||||||
D_SRCS += debug/vuart.c
|
|
||||||
D_SRCS += debug/serial.c
|
|
||||||
D_SRCS += debug/uart16550.c
|
|
||||||
D_SRCS += debug/console.c
|
|
||||||
D_SRCS += debug/sbuf.c
|
|
||||||
D_SRCS += debug/printf.c
|
|
||||||
C_SRCS += boot/acpi.c
|
C_SRCS += boot/acpi.c
|
||||||
C_SRCS += boot/dmar_parse.c
|
C_SRCS += boot/dmar_parse.c
|
||||||
C_SRCS += boot/multiboot.c
|
C_SRCS += boot/multiboot.c
|
||||||
|
Loading…
Reference in New Issue
Block a user