summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/elftoolchain/common/Makefile
blob: b7b53729ad22e948adc0c0712057c5f7f0be159f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile 2140 2011-11-10 14:27:03Z jkoshy $

TOP=	..

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

.PHONY:	all clean clobber depend obj

all depend obj:

clean clobber:
	rm -f ${CLEANFILES}

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