mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 18:28:27 +02:00
e69d8c0d8f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@460 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
466 B
Plaintext
11 lines
466 B
Plaintext
--- ../../../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
|