diff options
Diffstat (limited to 'packages/ixp4xx/ixp-osal_2.1.bb')
-rw-r--r-- | packages/ixp4xx/ixp-osal_2.1.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/ixp4xx/ixp-osal_2.1.bb b/packages/ixp4xx/ixp-osal_2.1.bb index 4fca2c3a1e..48d4355648 100644 --- a/packages/ixp4xx/ixp-osal_2.1.bb +++ b/packages/ixp4xx/ixp-osal_2.1.bb @@ -37,12 +37,6 @@ COMPATIBLE_HOST = "^arm.*-linux.*" inherit module -# Add the architecture compiler flags to KERNEL_CC and KERNEL_LD as -# required. Notice that this has to be done for each separately built -# module as well! -KERNEL_CC += "${TARGET_CC_KERNEL_ARCH}" -KERNEL_LD += "${TARGET_LD_KERNEL_ARCH}" - IX_TARGET = "linux${ARCH_BYTE_SEX}" IX_ENSURE = "" #IX_ENSURE = "IX_OSAL_ENSURE_ON=1" |