From 8748ee2f4f8915fd2b6c2668da0b1147b77893a3 Mon Sep 17 00:00:00 2001 From: Rohit Malaga Date: Tue, 16 Feb 2016 06:23:06 -0800 Subject: [PATCH] Adding Powerpc minor changes --- .../base/amd64/oom-shim/builds/oom_shim.mk | 2 +- .../base/any/oom-shim/src/module/src/make.mk | 29 +++++++++++++++++++ .../builds/{oom-shim.mk => oom_shim.mk} | 6 ++-- 3 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 packages/base/any/oom-shim/src/module/src/make.mk rename packages/base/powerpc/oom-shim/builds/{oom-shim.mk => oom_shim.mk} (52%) diff --git a/packages/base/amd64/oom-shim/builds/oom_shim.mk b/packages/base/amd64/oom-shim/builds/oom_shim.mk index 88c00283..c119b5fc 100644 --- a/packages/base/amd64/oom-shim/builds/oom_shim.mk +++ b/packages/base/amd64/oom-shim/builds/oom_shim.mk @@ -3,7 +3,7 @@ # # Inclusive Makefile for the oom_shim module. # -# Autogenerated 2016-02-12 17:14:48.789289 +# Autogenerated 2016-02-16 14:17:39.946619 # ############################################################################### oom_shim_BASEDIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) diff --git a/packages/base/any/oom-shim/src/module/src/make.mk b/packages/base/any/oom-shim/src/module/src/make.mk new file mode 100644 index 00000000..973f1ce3 --- /dev/null +++ b/packages/base/any/oom-shim/src/module/src/make.mk @@ -0,0 +1,29 @@ +############################################################ +# +# +# Copyright 2014, 2015 Big Switch Networks, Inc. +# +# Licensed under the Eclipse Public License, Version 1.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.eclipse.org/legal/epl-v10.html +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +# either express or implied. See the License for the specific +# language governing permissions and limitations under the +# License. +# +# +############################################################ +# +# +# +############################################################ + +LIBRARY := oom_shim +$(LIBRARY)_SUBDIR := $(dir $(lastword $(MAKEFILE_LIST))) +#$(LIBRARY)_LAST := 1 +include $(BUILDER)/lib.mk diff --git a/packages/base/powerpc/oom-shim/builds/oom-shim.mk b/packages/base/powerpc/oom-shim/builds/oom_shim.mk similarity index 52% rename from packages/base/powerpc/oom-shim/builds/oom-shim.mk rename to packages/base/powerpc/oom-shim/builds/oom_shim.mk index 4815edcf..04cfe7c1 100644 --- a/packages/base/powerpc/oom-shim/builds/oom-shim.mk +++ b/packages/base/powerpc/oom-shim/builds/oom_shim.mk @@ -1,10 +1,10 @@ ############################################################################### # -# Inclusive Makefile for the oom-shim module. +# Inclusive Makefile for the oom_shim module. # -# Autogenerated 2016-02-15 20:59:29.632190 +# Autogenerated 2016-02-16 14:18:46.799062 # ############################################################################### -oom-shim_BASEDIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) +oom_shim_BASEDIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))