summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/clock/Makefile.am
blob: 4c206b4872618e86a882cf8303feebbb3778ee5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##
## $Id$
##

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

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

# the .o files built here will be put into libbsp.a by ../wrapup/Makefile

noinst_DATA = $(OBJS)

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