wifidog-ng: remove incorrect PKG_BUILD_DIR override
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 3 May 2020 18:51:09 +0000 (20:51 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 3 May 2020 19:08:30 +0000 (21:08 +0200)
commit25babf817f1a45daf58e9af597f55ad93bb7c6fa
tree3a57cd03a330e4d702263a92faf07faf55ce4d85
parent6198128711fec34579cd16c2e6f4aff098862e87
wifidog-ng: remove incorrect PKG_BUILD_DIR override

As wifidog-ng builds a kernel module, it must use a PKG_BUILD_DIR in
KERNEL_BUILD_DIR instead of BUILD_DIR, otherwise old build artifacts may
be incorrectly reused when switching between different targets of same
architecture without a full clean.

Instead of fixing up the override, just remove it and instead move the
kernel.mk include above package.mk, so PKG_BUILD_DIR is set up correctly
by default.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
net/wifidog-ng/Makefile