From: M. R. B. <mr...@us...> - 2002-05-01 10:04:34
|
Update of /cvsroot/linuxdc/linux-sh-dc/drivers/maple In directory usw-pr-cvs1:/tmp/cvs-serv19034/drivers/maple Modified Files: Config.in Makefile Log Message: Sync'd tree against LinuxSH 2.4.18 Index: Config.in =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/drivers/maple/Config.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Config.in 27 Sep 2001 02:02:29 -0000 1.1 +++ Config.in 1 May 2002 10:00:21 -0000 1.2 @@ -8,4 +8,3 @@ tristate 'Maple Bus support' CONFIG_MAPLE endmenu - Index: Makefile =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/drivers/maple/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 27 Sep 2001 02:02:29 -0000 1.1 +++ Makefile 1 May 2002 10:00:21 -0000 1.2 @@ -1,17 +1,15 @@ -# -# Makefile for the Sega Dreamcast Maple Bus routines. -# -# 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 (not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile. +# $Id$ +# Makefile for Maple Bus drivers -O_TARGET := maplebus.o +O_TARGET := maplebus.o -export-objs := maple.o +export-objs := maple.o -obj-$(CONFIG_MAPLE) += maple.o +obj-y := +obj-m := +obj-n := +obj- := -include $(TOPDIR)/Rules.make +obj-$(CONFIG_MAPLE) += maple.o +include $(TOPDIR)/Rules.make |