diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-12 18:31:32 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-12 18:31:32 +0000 |
commit | e173bb17ff8d1a9600dbaa1fb13eb2d6fdadd968 (patch) | |
tree | a33b695f67350a6ca4cabdbdcfbd88f53f23032e /prism54 | |
parent | ffebec36c6313d44e27fc9068fbfafe7eac90472 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/10/12 20:30:55+02:00 (none)!br1
copy some more to KERNEL_STAGING_DIR, use KERNEL_STAGING_DIR in prism54 and madwifi modules
BKrev: 416c2304DJhyYErUXYgQL2Ej6ZOLkQ
Diffstat (limited to 'prism54')
-rw-r--r-- | prism54/prism54-module_1.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prism54/prism54-module_1.2.oe b/prism54/prism54-module_1.2.oe index 838fcfa0bf..4b998dd435 100644 --- a/prism54/prism54-module_1.2.oe +++ b/prism54/prism54-module_1.2.oe @@ -15,7 +15,7 @@ inherit module-base # Hack Alert :D ARCH_mipsel = "mips" -EXTRA_OEMAKE = "KDIR=${KERNEL_SOURCE} KMISC=${D}/lib/modules/${KERNEL_VERSION}/net KVER=${KERNEL_VERSION}" +EXTRA_OEMAKE = "KDIR=${STAGING_KERNEL_DIR} KMISC=${D}/lib/modules/${KERNEL_VERSION}/net KVER=${KERNEL_VERSION}" do_compile() { unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS |