diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/linux-wrt-2.4.30/023-drivers_parport_Makefile | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/linux-wrt-2.4.30/023-drivers_parport_Makefile')
-rw-r--r-- | packages/linux/linux-wrt-2.4.30/023-drivers_parport_Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/linux/linux-wrt-2.4.30/023-drivers_parport_Makefile b/packages/linux/linux-wrt-2.4.30/023-drivers_parport_Makefile index e69de29bb2..996e30a9b1 100644 --- a/packages/linux/linux-wrt-2.4.30/023-drivers_parport_Makefile +++ b/packages/linux/linux-wrt-2.4.30/023-drivers_parport_Makefile @@ -0,0 +1,10 @@ +--- ../../../kernel/linux-mips-cvs/drivers/parport/Makefile 2004-08-14 20:38:53.000000000 +0200 ++++ linux-2.4.29/drivers/parport/Makefile 2005-03-21 13:57:53.338746517 +0100 +@@ -22,6 +22,7 @@ + + obj-$(CONFIG_PARPORT) += parport.o + obj-$(CONFIG_PARPORT_PC) += parport_pc.o ++obj-$(CONFIG_PARPORT_SPLINK) += parport_splink.o + obj-$(CONFIG_PARPORT_PC_PCMCIA) += parport_cs.o + obj-$(CONFIG_PARPORT_AMIGA) += parport_amiga.o + obj-$(CONFIG_PARPORT_MFC3) += parport_mfc3.o |