OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [s390/] [char/] [Makefile] - Blame information for rev 1275

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# S/390 character devices
3
#
4
 
5
O_TARGET := s390-char.o
6
 
7
list-multi      := tub3270.o tape390.o
8
export-objs     := hwc_rw.o
9
 
10
tub3270-objs := tuball.o tubfs.o tubtty.o \
11
                     tubttyaid.o tubttybld.o tubttyscl.o \
12
                     tubttyrcl.o tubttysiz.o
13
 
14
tape390-$(CONFIG_S390_TAPE_CHAR) += tapechar.o
15
tape390-$(CONFIG_S390_TAPE_BLOCK) += tapeblock.o
16
tape390-$(CONFIG_S390_TAPE_3480) += tape3480.o tape34xx.o
17
tape390-$(CONFIG_S390_TAPE_3490) += tape3490.o tape34xx.o
18
tape390-objs := tape.o $(sort $(tape390-y))
19
 
20
obj-y += ctrlchar.o
21
obj-$(CONFIG_TN3215) += con3215.o
22
obj-$(CONFIG_HWC) += hwc_con.o hwc_rw.o hwc_tty.o
23
obj-$(CONFIG_HWC_CPI) += hwc_cpi.o
24
obj-$(CONFIG_TN3270) += tub3270.o
25
obj-$(CONFIG_S390_TAPE) += tape390.o
26
 
27
include $(TOPDIR)/Rules.make
28
 
29
tub3270.o: $(tub3270-objs)
30
        $(LD) -r -o $@ $(tub3270-objs)
31
 
32
tape390.o: $(tape390-objs)
33
        $(LD) -r -o $@ $(tape390-objs)
34
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.