diff options
author | wdenk <wdenk> | 2004-09-29 11:02:56 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-09-29 11:02:56 +0000 |
commit | da93ed8147a000505ac7b7ed4e2fb50532596a3c (patch) | |
tree | f375a3f5d82d1f519f77d9446ccf147f2091548f /Makefile | |
parent | a5725fabc0c6378f583df6fc6491ec07eab154ab (diff) |
* Patch by Shlomo Kut, 29 Mar 2004:
Add support for MKS Instruments "Quantum" board
* Fix build problem with Cogent boards;
avoid using <asm/byteorder.h> when using the host compiler
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -553,6 +553,9 @@ QS823_config: unconfig QS860T_config: unconfig @./mkconfig $(@:_config=) ppc mpc8xx qs860t snmc +quantum_config: unconfig + @./mkconfig $(@:_config=) ppc mpc8xx quantum + R360MPI_config: unconfig @./mkconfig $(@:_config=) ppc mpc8xx r360mpi |