26 lines
828 B
Makefile
26 lines
828 B
Makefile
#
|
|
# Copyright 2001, QNX Software Systems Ltd. Unpublished Work All Rights
|
|
# Reserved.
|
|
#
|
|
#
|
|
# This source code contains confidential information of QNX Software Systems
|
|
# Ltd. (QSSL). Any use, reproduction, modification, disclosure, distribution
|
|
# or transfer of this software, or any software which includes or is based
|
|
# upon any of this code, is only permitted under the terms of the QNX
|
|
# Confidential Source License version 1.0 (see licensing.qnx.com for details)
|
|
# or as otherwise expressly authorized by a written license agreement from
|
|
# QSSL. For more information, please email licensing@qnx.com.
|
|
#
|
|
ifndef QCONFIG
|
|
QCONFIG=qconfig.mk
|
|
endif
|
|
include $(QCONFIG)
|
|
|
|
define PINFO
|
|
PINFO DESCRIPTION=internal utility for getting into kernel debugger
|
|
endef
|
|
|
|
USEFILE=$(PROJECT_ROOT)/enterkd.c
|
|
|
|
include $(MKFILES_ROOT)/qtargets.mk
|