Adding Powerpc minor changes

This commit is contained in:
Rohit Malaga
2016-02-16 06:23:06 -08:00
parent a3f983f652
commit 8748ee2f4f
3 changed files with 33 additions and 4 deletions

View File

@@ -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))))

View File

@@ -0,0 +1,29 @@
############################################################
# <bsn.cl fy=2014 v=onl>
#
# 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.
#
# </bsn.cl>
############################################################
#
#
#
############################################################
LIBRARY := oom_shim
$(LIBRARY)_SUBDIR := $(dir $(lastword $(MAKEFILE_LIST)))
#$(LIBRARY)_LAST := 1
include $(BUILDER)/lib.mk

View File

@@ -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))))