diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-25 17:22:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-25 17:22:05 +0000 |
commit | 6c9b2ad84da663dd203ac023238318d8254af5a7 (patch) | |
tree | c89df68dd6211f4731f3528edc22935b36404911 /packages | |
parent | 62f2f14ac3d6123d2dd2ef0d9b3fc9dc26fae092 (diff) |
dsplink: catch all the kernel dirs we need to symlink
Diffstat (limited to 'packages')
-rw-r--r-- | packages/dsplink/dsplink_1.50.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/dsplink/dsplink_1.50.bb b/packages/dsplink/dsplink_1.50.bb index 8bfee9da1a..4f2d7af57a 100644 --- a/packages/dsplink/dsplink_1.50.bb +++ b/packages/dsplink/dsplink_1.50.bb @@ -47,6 +47,8 @@ PARALLEL_MAKE = "" do_compile () { ln -sf ${S}/gpp/src/api/*h ${S}/gpp/inc/ ln -sf ${S}/gpp/src/pmgr/Linux/2.6.18 ${S}/gpp/src/pmgr/Linux/${KERNEL_VERSION} + ln -sf ${S}/gpp/src/api/Linux/2.6.18 ${S}/gpp/src/api/Linux/${KERNEL_VERSION} + ln -sf ${S}/gpp/src/osal/Linux/2.6.18 ${S}/gpp/src/osal/Linux/${KERNEL_VERSION} ln -sf ${S}/gpp/src/pmgr/Linux/drv_pmgr.h ${S}/gpp/inc/drv_pmgr.h ln -sf ${S}/gpp/src/pmgr/pmgr_proc.h ${S}/gpp/inc/pmgr_proc.h |