diff options
author | wdenk <wdenk> | 2004-12-10 11:40:40 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-10 11:40:40 +0000 |
commit | 25d6712a81b31fc5e4c4bddd81e9aaddb84e23be (patch) | |
tree | f7288050682512d5ba263ce1ff565d6225976402 /Makefile | |
parent | ed54e6212518262d27abe5e6de3c608d5ebceafb (diff) |
* Clean up CMC PU2 flash driver
* Update MAINTAINERS file
* Fix bug in MPC823 LCD driver
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1197,12 +1197,12 @@ xtract_omap1610xxx = $(subst _cs0boot,,$(subst _cs3boot,,$(subst _cs_autoboot,,$ xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1))) -integratorcp_config : unconfig - @./mkconfig $(@:_config=) arm arm926ejs integratorcp - integratorap_config : unconfig @./mkconfig $(@:_config=) arm arm926ejs integratorap +integratorcp_config : unconfig + @./mkconfig $(@:_config=) arm arm926ejs integratorcp + lpd7a400_config \ lpd7a404_config: unconfig @./mkconfig $(@:_config=) arm lh7a40x lpd7a40x |