diff options
Diffstat (limited to 'packages/ixp4xx/ixp4xx-csr_2.0.bb')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr_2.0.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr_2.0.bb b/packages/ixp4xx/ixp4xx-csr_2.0.bb index 963ecc2f64..3fc86c272d 100644 --- a/packages/ixp4xx/ixp4xx-csr_2.0.bb +++ b/packages/ixp4xx/ixp4xx-csr_2.0.bb @@ -38,12 +38,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}" OSAL_PATH = "lib/ixp425/linux/${IX_TARGET}" |