diff options
| author | Wolfgang Denk <[email protected]> | 2005-10-05 00:19:34 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2005-10-05 00:19:34 +0200 |
| commit | 99b0d2851a137453f4aca5f0a3d301b776bda28b (patch) | |
| tree | 6751f81ba1e8451321c0497c4b5b1a5e59e4f27d /Makefile | |
| parent | 45237bc00b29bd88e8456367d7b006ab80f95ee9 (diff) | |
Added support for KwikByte KB920x boards (based on AT91RM9200)
Patch by Matt ?? <[email protected]>, 27 Apr 2005
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1566,6 +1566,9 @@ integratorcp_CM1136JF_S_config : unconfig ./mkconfig -a $(call xtract_int_board,cp,$@) arm $$cpu \ $(call xtract_int_board,cp,$@); +kb9202_config : unconfig + @./mkconfig $(@:_config=) arm arm920t kb9202 NULL at91rm9200 + lpd7a400_config \ lpd7a404_config: unconfig @./mkconfig $(@:_config=) arm lh7a40x lpd7a40x |
