summaryrefslogtreecommitdiffstats
path: root/hwpf/src/plat/Makefile
blob: 0cbfed8a2f89ffc872abc1f49a39d1612a5c514b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This Makefile is designed to be invoked with the -I argument
include img_defs.mk
include fapi2ppeplatfiles.mk

OBJS := $(addprefix $(OBJDIR)/, $(FAPI2PLATLIB_OBJECTS))

all: $(OBJS)


$(OBJS) $(OBJS:.o=.d): | $(OBJDIR)

$(OBJDIR):
	mkdir -p $(OBJDIR)

ifneq ($(MAKECMDGOALS),clean)
include $(OBJS:.o=.d) 
endif

OpenPOWER on IntegriCloud