X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=dc6295f91263c28af96efa5094f76383161caf9f;hb=e05d5b9c5bbea80313d8f58c3a80a18839b25480;hp=5c934d16664c92d494e8c21c3940b75daf897b57;hpb=4062eba9f3d072e72645860fbc5d160428a75c50;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index 5c934d16664c..dc6295f91263 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 19 SUBLEVEL = 0 -EXTRAVERSION = -rc4 +EXTRAVERSION = NAME = Superb Owl # *DOCUMENTATION* @@ -1097,6 +1097,7 @@ export MODULES_NSDEPS := $(extmod_prefix)modules.nsdeps ifeq ($(KBUILD_EXTMOD),) core-y += kernel/ certs/ mm/ fs/ ipc/ security/ crypto/ core-$(CONFIG_BLOCK) += block/ +core-$(CONFIG_IO_URING) += io_uring/ vmlinux-dirs := $(patsubst %/,%,$(filter %/, \ $(core-y) $(core-m) $(drivers-y) $(drivers-m) \