diff options
Diffstat (limited to 'arch/s390/appldata/Makefile')
-rw-r--r-- | arch/s390/appldata/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/s390/appldata/Makefile b/arch/s390/appldata/Makefile new file mode 100644 index 000000000000..99f1cf071304 --- /dev/null +++ b/arch/s390/appldata/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for the Linux - z/VM Monitor Stream. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_APPLDATA_BASE) += appldata_base.o | ||
6 | obj-$(CONFIG_APPLDATA_MEM) += appldata_mem.o | ||
7 | obj-$(CONFIG_APPLDATA_OS) += appldata_os.o | ||
8 | obj-$(CONFIG_APPLDATA_NET_SUM) += appldata_net_sum.o | ||