summaryrefslogtreecommitdiffstats
path: root/hwpf/plat/src/Makefile
blob: ed98e93fb78d4010fdb20113ea20aea4833fc248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This Makefile is designed to be invoked with the -I argument set to
# the location of the "pk.mk" for the build

include img_defs.mk
include fapi2ppefiles.mk


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

all: $(OBJS)


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

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

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

OpenPOWER on IntegriCloud