patch-2.4.7 linux/arch/cris/drivers/lpslave/Makefile
Next file: linux/arch/cris/drivers/lpslave/bintocarr.pl
Previous file: linux/arch/cris/drivers/ide.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Wed Jul 4 11:50:38 2001
- Orig file:
v2.4.6/linux/arch/cris/drivers/lpslave/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.6/linux/arch/cris/drivers/lpslave/Makefile linux/arch/cris/drivers/lpslave/Makefile
@@ -0,0 +1,20 @@
+#
+# Makefile for parallel port slave drivers
+#
+
+O_TARGET := lpslavedrivers.o
+
+obj-y = e100lpslavenet.o e100lpslave_code.o
+
+
+include $(TOPDIR)/Rules.make
+
+e100lpslave_code.o: e100lpslave.o e100lpslaveld
+ $(CROSS_COMPILE)ld -qmagic -Te100lpslaveld e100lpslave.o -o e100lpslave
+ $(CROSS_COMPILE)objcopy -O binary --remove-section=.data --remove-section=.bss e100lpslave e100lpslave.text
+ $(CROSS_COMPILE)objcopy -O binary --remove-section=.text --remove-section=.bss e100lpslave e100lpslave.data
+ cat e100lpslave.text e100lpslave.data |\
+ ./bintocarr.pl e100lpslaveprog |\
+ $(CC) $(CFLAGS) -pipe -o e100lpslave_code.o -c -x c -
+ ls -l e100lpslave.text e100lpslave.data
+ rm -f e100lpslave e100lpslave.text e100lpslave.data
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)