[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / arch / ppc / cpm2_io

File: [Development] / linux-2.4-xfs / arch / ppc / cpm2_io / Makefile (download)

Revision 1.2, Mon Apr 19 11:06:40 2004 UTC (13 years, 6 months ago) by nathans
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -17 lines

Fix up merge - an over-eager script seems to have patched some files twice..

#
# Makefile for the linux CPM2 ppc-specific parts of comm processor
#
# 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...

O_TARGET		:= cpm2_io.o

obj-y			:= commproc.o uart.o

obj-$(CONFIG_FEC_ENET)	+= fcc_enet.o
obj-$(CONFIG_SCC_ENET)	+= enet.o

include $(TOPDIR)/Rules.make