summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/elftoolchain/common/Makefile
blob: 7a74620dd7c2c6d6fea24e1f30a090e156279ee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: Makefile 3594 2018-04-11 18:26:50Z jkoshy $

TOP=	..

INCS=		elfdefinitions.h
INCSDIR=	/usr/include

.PHONY:	all clean clobber depend obj

all depend:

clean clobber:
	rm -f ${CLEANFILES}

cleandepend:
	rm -f ${.OBJDIR}/.depend

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