1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles
Martine Lenders d8336c38b6
gnrc_pktbuf: move common auxiliary functions to common module
The packet buffer was originally designed to have a replaceable
back-end. This is why the actual module is called `gnrc_pktbuf_static`.
However, since than some auxiliary functions snuck into the static
back-end, which should go into the common module (which is a
pseudo-module at the moment).

This fix makes the `gnrc_pktbuf` pseudo-module an actual module and
moves the auxiliary functions to that module.
2017-06-14 12:24:56 +02:00
..
arch Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
boards Sam0: fix edbg flash with serial number 2017-06-07 14:16:55 +02:00
libc newlib: Split newlib into one generic part and one default syscalls part 2017-04-05 13:55:38 +02:00
toolchain Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
tools Merge pull request #7073 from kaspar030/add_edbg_support 2017-05-24 17:35:42 +02:00
application.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
bindist.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
buildtests.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
cflags.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
defaultmodules.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
docker.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
features.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
modules.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
pseudomodules.inc.mk gnrc_pktbuf: move common auxiliary functions to common module 2017-06-14 12:24:56 +02:00
scan-build.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
tests.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
vars.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00