summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/ide/Makefile.am
blob: 3f356c76f629ef983fb5221e0a15b2ce3ae59b2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##
## Makefile.am,v 1.5 2002/08/11 06:59:03 ralf Exp
##

C_FILES = idecfg.c pcmcia_ide.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))

include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am

# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile

noinst_DATA = $(OBJS)

include $(top_srcdir)/../../../../automake/local.am