2 # Copyright 2009 Freescale Semiconductor, Inc.
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
6 # Version 2 as published by the Free Software Foundation.
9 include $(TOPDIR)/config.mk
15 SRCS := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
16 OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
18 all: $(obj).depend $(LIB)
21 $(AR) $(ARFLAGS) $@ $(OBJS)
23 include $(SRCTREE)/rules.mk
25 sinclude $(obj).depend