| 1 | ################### |
| 2 | # @par |
| 3 | # This file is provided under a dual BSD/GPLv2 license. When using or |
| 4 | # redistributing this file, you may do so under either license. |
| 5 | # |
| 6 | # GPL LICENSE SUMMARY |
| 7 | # |
| 8 | # Copyright(c) 2007,2008 Intel Corporation. All rights reserved. |
| 9 | # |
| 10 | # This program is free software; you can redistribute it and/or modify |
| 11 | # it under the terms of version 2 of the GNU General Public License as |
| 12 | # published by the Free Software Foundation. |
| 13 | # |
| 14 | # This program is distributed in the hope that it will be useful, but |
| 15 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 17 | # General Public License for more details. |
| 18 | # |
| 19 | # You should have received a copy of the GNU General Public License |
| 20 | # along with this program; if not, write to the Free Software |
| 21 | # Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
| 22 | # The full GNU General Public License is included in this distribution |
| 23 | # in the file called LICENSE.GPL. |
| 24 | # |
| 25 | # Contact Information: |
| 26 | # Intel Corporation |
| 27 | # |
| 28 | # BSD LICENSE |
| 29 | # |
| 30 | # Copyright(c) 2007,2008 Intel Corporation. All rights reserved. |
| 31 | # All rights reserved. |
| 32 | # |
| 33 | # Redistribution and use in source and binary forms, with or without |
| 34 | # modification, are permitted provided that the following conditions |
| 35 | # are met: |
| 36 | # |
| 37 | # * Redistributions of source code must retain the above copyright |
| 38 | # notice, this list of conditions and the following disclaimer. |
| 39 | # * Redistributions in binary form must reproduce the above copyright |
| 40 | # notice, this list of conditions and the following disclaimer in |
| 41 | # the documentation and/or other materials provided with the |
| 42 | # distribution. |
| 43 | # * Neither the name of Intel Corporation nor the names of its |
| 44 | # contributors may be used to endorse or promote products derived |
| 45 | # from this software without specific prior written permission. |
| 46 | # |
| 47 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 48 | # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 49 | # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 50 | # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 51 | # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 52 | # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 53 | # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 54 | # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 55 | # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 56 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 57 | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 58 | # |
| 59 | # |
| 60 | # version: Security.L.1.0.130 |
| 61 | ################### |
| 62 | |
| 63 | #specific include directories in kernel space |
| 64 | INCLUDES+=#e.g. -I$(OSAL_DIR)/include \ |
| 65 | |
| 66 | #Extra Flags Specific in kernel space e.g. include path or debug flags etc. e.g to add an include path EXTRA_CFLAGS += -I$(src)/../include |
| 67 | EXTRA_CFLAGS += $(INCLUDES) -O2 -Wall |
| 68 | EXTRA_LDFLAGS +=-whole-archive |
| 69 | |
| 70 | |