mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-17 06:49:25 +00:00
HV: build: drop useless files
This patch drops the following useless files in the hypervisor: * bsp/*/include/: After commitc849bff850
("HV: config: adapt to the generated config.h") these headers are obsolete for configuration. Drop the directories and move the generated version.h under $(HV_OBJDIR)/include. * all_header.c: This is a temporary file for checking violations in headers, which is accidentally checked in by commit3956ce1596
("HV: io: spell out explicit narrowing of integers"). Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -198,7 +198,7 @@ endif
|
||||
S_OBJS := $(patsubst %.S,$(HV_OBJDIR)/%.o,$(S_SRCS))
|
||||
|
||||
DISTCLEAN_OBJS := $(shell find $(BASEDIR) -name '*.o')
|
||||
VERSION := bsp/$(CONFIG_PLATFORM)/include/bsp/version.h
|
||||
VERSION := $(HV_OBJDIR)/include/version.h
|
||||
|
||||
.PHONY: all
|
||||
all: $(VERSION) $(HV_OBJDIR)/$(HV_FILE).32.out $(HV_OBJDIR)/$(HV_FILE).bin
|
||||
|
Reference in New Issue
Block a user