From dd2a474b7fc3a8937f45d1278e887b370ad81192 Mon Sep 17 00:00:00 2001 From: Doug Gilbert Date: Tue, 15 Oct 2013 13:55:28 -0500 Subject: Add VPD support to HBRT RTC: 79419 Change-Id: I6d00e52026084a68925691b96d7a491faaffb4ef Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7004 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/usr/vpd/runtime/makefile | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/usr/vpd/runtime/makefile (limited to 'src/usr/vpd/runtime/makefile') diff --git a/src/usr/vpd/runtime/makefile b/src/usr/vpd/runtime/makefile new file mode 100644 index 000000000..bb8d04ffe --- /dev/null +++ b/src/usr/vpd/runtime/makefile @@ -0,0 +1,39 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/vpd/runtime/makefile $ +# +# IBM CONFIDENTIAL +# +# COPYRIGHT International Business Machines Corp. 2013 +# +# p1 +# +# Object Code Only (OCO) source materials +# Licensed Internal Code Source Materials +# IBM HostBoot Licensed Internal Code +# +# The source code for this program is not published or otherwise +# divested of its trade secrets, irrespective of what has been +# deposited with the U.S. Copyright Office. +# +# Origin: 30 +# +# IBM_PROLOG_END_TAG +# common objects with runtime +HOSTBOOT_RUNTIME = 1 +ROOTPATH = ../../../.. +MODULE = vpd_rt + +#include common objects between hostboot and runtime hostboot +include ../vpd.mk + +#add unique object modules +OBJS += rt_vpd.o + +SUBDIRS = test.d + +VPATH += .. + +include $(ROOTPATH)/config.mk + -- cgit v1.2.1