blob: 65025e9c1b8a7bf6938e0fcf38171be6521be779 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- tools/Makefile.orig 2019-12-17 14:23:09 UTC
+++ tools/Makefile
@@ -50,6 +50,9 @@ endif
ifeq ($(CONFIG_RUMP),y)
SUBDIRS-y := libs libxc xenstore
endif
+ifeq ($(FREEBSD_PORT),y)
+SUBDIRS-y := libs libxc xenstore misc
+endif
# For the sake of linking, set the sys-root
ifneq ($(CROSS_COMPILE),)
|