source: rtems-libbsd/rtemsbsd/include/rtems/bsd/local/opt_dpaa.h @ 2fba1e4

55-freebsd-126-freebsd-12
Last change on this file since 2fba1e4 was 2fba1e4, checked in by Sebastian Huber <sebastian.huber@…>, on 01/23/18 at 09:48:19

dpaa: Remove unused configuration defines

Update #3277.

  • Property mode set to 100644
File size: 252 bytes
Line 
1#include <bsp.h>
2#ifdef LIBBSP_POWERPC_QORIQ_BSP_H
3#if QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
4#include <bsp/qoriq.h>
5#endif
6#else
7#define QORIQ_CHIP_IS_T_VARIANT(x) 0
8#endif
9#undef __ppc_generic
10#define __ppc_generic
11#define KBUILD_MODNAME "dpaa"
Note: See TracBrowser for help on using the repository browser.