Skip to content

Commit ab2691d

Browse files
lifeixjren1
authored andcommitted
Don't build in debug directory for release
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
1 parent 936c254 commit ab2691d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

hypervisor/Makefile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,7 @@ AR = ar
7676
LD = gcc
7777
POSTLD = objcopy
7878

79-
D_SRCS += debug/dump.c
80-
D_SRCS += debug/logmsg.c
81-
D_SRCS += debug/shell_internal.c
82-
D_SRCS += debug/shell_public.c
83-
D_SRCS += debug/vuart.c
84-
D_SRCS += debug/serial.c
85-
D_SRCS += debug/uart16550.c
86-
D_SRCS += debug/console.c
87-
D_SRCS += debug/sbuf.c
88-
D_SRCS += debug/printf.c
79+
D_SRCS += $(wildcard debug/*.c)
8980
C_SRCS += boot/acpi.c
9081
C_SRCS += boot/dmar_parse.c
9182
C_SRCS += boot/multiboot.c

0 commit comments

Comments
 (0)