URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [char/] [pcmcia/] [Makefile] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
## drivers/char/pcmcia/Makefile## Makefile for the Linux PCMCIA char device drivers.#SUB_DIRS :=MOD_SUB_DIRS := $(SUB_DIRS)ALL_SUB_DIRS := $(SUB_DIRS)O_TARGET := pcmcia_char.oobj-y :=obj-m :=obj-n :=obj- :=obj-$(CONFIG_PCMCIA_SERIAL_CS) += serial_cs.oobj-$(CONFIG_SYNCLINK_CS) += synclink_cs.oinclude $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log
