mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
17 lines
337 B
Makefile
17 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/08/10 17:35:07 joerg Exp $
|
|
|
|
LIB= lldbPluginDynamicLoaderHexagonDYLD
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLDB_SRCDIR}/source/Plugins/DynamicLoader/Hexagon-DYLD
|
|
|
|
SRCS+= DynamicLoaderHexagonDYLD.cpp \
|
|
HexagonDYLDRendezvous.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|