Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |