mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
_MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying to
compile the isp driver.
This commit is contained in:
parent
42845ac591
commit
7a77eb896e
1 changed files with 2 additions and 2 deletions
|
|
@ -57,10 +57,10 @@
|
|||
#endif
|
||||
|
||||
#ifndef _MACHINE
|
||||
#define _MACHINE "powerpc"
|
||||
#define _MACHINE powerpc
|
||||
#endif
|
||||
#ifndef _MACHINE_ARCH
|
||||
#define _MACHINE_ARCH "powerpc"
|
||||
#define _MACHINE_ARCH powerpc
|
||||
#endif
|
||||
|
||||
#ifndef _NO_NAMESPACE_POLLUTION
|
||||
|
|
|
|||
Loading…
Reference in a new issue