We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83034b7 commit e5c12a6Copy full SHA for e5c12a6
devicemodel/Makefile
@@ -156,6 +156,7 @@ PROGRAM := acrn-dm
156
157
SAMPLES_NUC := $(wildcard samples/nuc/*)
158
SAMPLES_MRB := $(wildcard samples/apl-mrb/*)
159
+SAMPLES_UP2 := $(wildcard samples/up2/*)
160
161
BIOS_BIN := $(wildcard bios/*)
162
@@ -210,6 +211,9 @@ $(DM_OBJDIR)/%.o: %.c $(HEADERS)
210
211
install: $(DM_OBJDIR)/$(PROGRAM) install-samples-nuc install-samples-mrb install-bios install-vmcfg
212
install -D --mode=0755 $(DM_OBJDIR)/$(PROGRAM) $(DESTDIR)/usr/bin/$(PROGRAM)
213
214
+install-samples-up2: $(SAMPLES_UP2)
215
+ install -D -t $(DESTDIR)/usr/share/acrn/samples/up2 $^
216
+
217
install-samples-nuc: $(SAMPLES_NUC)
218
install -D -t $(DESTDIR)/usr/share/acrn/samples/nuc $^
219
0 commit comments