]> xenbits.xensource.com Git - people/aperard/mini-os.git/commitdiff
Mini-OS: remove stale subdirs from Makefile
authorJuergen Gross <jgross@suse.com>
Fri, 27 Jan 2023 07:32:44 +0000 (08:32 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 30 Jan 2023 14:55:59 +0000 (14:55 +0000)
The SUBDIRS make variable has some stale entries, remove them.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Makefile

index f3acdd2f3c4220cf4b925fca24724e6e95716594..747c7c011e37f6e3610cf63b439d84b1da55da66 100644 (file)
--- 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