mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 06:26:46 +08:00
Fix general PowerPC build
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
#include <bsp.h>
|
||||
#ifdef LIBBSP_POWERPC_QORIQ_BSP_H
|
||||
#if QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
|
||||
#include <bsp/qoriq.h>
|
||||
#endif
|
||||
#else
|
||||
#define QORIQ_CHIP_IS_T_VARIANT(x) 0
|
||||
#endif
|
||||
#undef __ppc_generic
|
||||
#define __ppc_generic
|
||||
#define KBUILD_MODNAME "dpaa"
|
||||
|
Reference in New Issue
Block a user