[2/many] acrypto: Makefile

From: Evgeniy Polyakov
Date: Mon Mar 07 2005 - 21:15:17 EST


--- /tmp/empty/Makefile 1970-01-01 03:00:00.000000000 +0300
+++ ./acrypto/Makefile 2005-03-07 21:16:14.000000000 +0300
@@ -0,0 +1,12 @@
+obj-$(CONFIG_ACRYPTO) += acrypto.o
+obj-$(CONFIG_SIMPLE_LB) += simple_lb.o
+obj-$(CONFIG_ASYNC_PROVIDER) += async_provider.o
+
+acrypto-y += crypto_main.o
+acrypto-y += crypto_lb.o
+acrypto-y += crypto_dev.o
+acrypto-y += crypto_conn.o
+acrypto-y += crypto_stat.o
+acrypto-y += crypto_user_direct.o
+acrypto-y += crypto_user_ioctl.o
+acrypto-y += crypto_user.o

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/