summaryrefslogtreecommitdiffstats
path: root/net/econet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/econet/Makefile')
-rw-r--r--net/econet/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/econet/Makefile b/net/econet/Makefile
new file mode 100644
index 000000000..367584873
--- /dev/null
+++ b/net/econet/Makefile
@@ -0,0 +1,23 @@
+#
+# Makefile for Econet support code.
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definition is now in the main makefile...
+
+MOD_LIST_NAME := NET_MISC_MODULES
+
+O_OBJS :=
+M_OBJS :=
+
+ifeq ($(CONFIG_ECONET),y)
+ O_OBJS += econet.o
+else
+ ifeq ($(CONFIG_ECONET), m)
+ M_OBJS += econet.o
+ endif
+endif
+
+include $(TOPDIR)/Rules.make
class='column1'>| | | | Indigo anyone? :-) * Typo fix.Ulf Carlsson1999-07-241-3/+3 | * Updates regarding my changes in ng1hw.h and newport.hUlf Carlsson1999-07-231-14/+14 | * Moved around a symbol.Ulf Carlsson1999-07-232-7/+4 | * Burn memory corruption bug on the main branch as well.Ralf Baechle1999-07-221-4/+4 | * Due to the MIPS calling sequence pread(2) / pwrite(2) effectivly areRalf Baechle1999-07-111-3/+3 | | | | | | | | getting called with 6 arguments from userland. This also means that _every_ damn fucking piece of software that attempts to do syscalls to these functions in the absence of glibc is borken, pciutils just being one example. * Add IOC3 PCI id.Ralf Baechle1999-07-082-0/+4 | * Merge with Linux 2.3.9.Ralf Baechle1999-07-05