[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [mini-os master] Mini-OS: remove stale subdirs from Makefile
commit 6211e1ef5d78d66d6573f941b704609dfdf8d3d7 Author: Juergen Gross <jgross@xxxxxxxx> AuthorDate: Fri Jan 27 08:32:44 2023 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Mon Jan 30 14:55:59 2023 +0000 Mini-OS: remove stale subdirs from Makefile The SUBDIRS make variable has some stale entries, remove them. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- generated by git-patchbot for /home/xen/git/mini-os.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |