mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 22:53:57 +08:00
@@ -1,4 +1,5 @@
|
||||
#include <bsp.h>
|
||||
|
||||
#ifdef LIBBSP_POWERPC_QORIQ_BSP_H
|
||||
#if QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
|
||||
#include <bsp/qoriq.h>
|
||||
@@ -6,6 +7,14 @@
|
||||
#else
|
||||
#define QORIQ_CHIP_IS_T_VARIANT(x) 0
|
||||
#endif
|
||||
|
||||
#ifdef QORIQ_IS_HYPERVISOR_GUEST
|
||||
#define SDK_DPAA_COMPAT_STATIC
|
||||
#else
|
||||
#define SDK_DPAA_COMPAT_STATIC static
|
||||
#endif
|
||||
|
||||
#undef __ppc_generic
|
||||
#define __ppc_generic
|
||||
|
||||
#define KBUILD_MODNAME "dpaa"
|
||||
|
Reference in New Issue
Block a user