X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fxen%2FMakefile;h=bbc18258ecc5419ec2210b83684afc528fecd0da;hb=f8d613e2a665bf1be9628a3c3f9bafe7599b32c0;hp=4781f806701d93c1e1a81917cdb2130d79d491b4;hpb=eb08d8ff476ad39a149e1044c7d3fd742a168864;p=karo-tx-linux.git diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 4781f806701d..bbc18258ecc5 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile @@ -1,5 +1,6 @@ obj-y += grant-table.o features.o events.o manage.o balloon.o obj-y += xenbus/ +obj-y += tmem.o nostackp := $(call cc-option, -fno-stack-protector) CFLAGS_features.o := $(nostackp)