diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2011-05-23 12:24:43 +0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2011-05-23 12:24:32 +0400 |
commit | 7eb9d5bec552eff896ebf079386dc47e9dc2fc89 (patch) | |
tree | 2ccffd0b2426759008ba1221fd081295e7830e6b /drivers/s390/char/Makefile | |
parent | 30c2df51173ea4e4755ad52be7f2914f01e32404 (diff) | |
download | linux-7eb9d5bec552eff896ebf079386dc47e9dc2fc89.tar.xz |
[S390] get CPC image name
Provide sysfs attributes that contain the CPC name and the HMC network
name of the machine the operating system is running on. This information
is retrieved with the operation communication parameters (OCF) sclp
interface.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/char/Makefile')
-rw-r--r-- | drivers/s390/char/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/Makefile b/drivers/s390/char/Makefile index af01b5abd069..f3c325207445 100644 --- a/drivers/s390/char/Makefile +++ b/drivers/s390/char/Makefile @@ -3,7 +3,7 @@ # obj-y += ctrlchar.o keyboard.o defkeymap.o sclp.o sclp_rw.o sclp_quiesce.o \ - sclp_cmd.o sclp_config.o sclp_cpi_sys.o + sclp_cmd.o sclp_config.o sclp_cpi_sys.o sclp_ocf.o obj-$(CONFIG_TN3270) += raw3270.o obj-$(CONFIG_TN3270_CONSOLE) += con3270.o |