From: Juergen Gross Date: Fri, 27 Jan 2023 07:32:44 +0000 (+0100) Subject: Mini-OS: remove stale subdirs from Makefile X-Git-Tag: xen-4.19.0-rc4~57 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6211e1ef5d78d66d6573f941b704609dfdf8d3d7;p=mini-os.git Mini-OS: remove stale subdirs from Makefile The SUBDIRS make variable has some stale entries, remove them. Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault --- diff --git a/Makefile b/Makefile index f3acdd2..747c7c0 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ EXTRA_OBJS = TARGET := mini-os # Subdirectories common to mini-os -SUBDIRS := lib xenbus console +SUBDIRS := lib src-$(CONFIG_BLKFRONT) += blkfront.c src-$(CONFIG_CONSFRONT) += consfront.c