summaryrefslogtreecommitdiffstats
path: root/src/build/makefile
blob: 65042ad2bbd4e9f1be9ec286a93469c58808fe1a (plain)
1
2
3
4
5
6
7
8
9
ROOTPATH = ../..

SUBDIRS = linker.d

all: ${SUBDIRS}

clean: $(patsubst %.d,%.clean, ${SUBDIRS})

include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud