summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/elftoolchain/common/Makefile
blob: d13e8061eb4e908047ec47006641a4c23f04bd89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id$

TOP=	..

INCS=	elfdefinitions.h
INCSDIR?=	/usr/include

all obj depend:

clean:
	rm -f ${CLEANFILES}

.include "${TOP}/mk/elftoolchain.inc.mk"