diff options
| author | Mike Frysinger <[email protected]> | 2008-02-04 19:26:57 -0500 |
|---|---|---|
| committer | Mike Frysinger <[email protected]> | 2008-02-04 19:26:57 -0500 |
| commit | cc2977acc3bbbb7850f16645dd1081f95335868d (patch) | |
| tree | 5ef6e1b4523172e3b21b479f569887a0162889ad /Makefile | |
| parent | d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505 (diff) | |
move Blackfin cpu object list to respective cpu directories
Signed-off-by: Mike Frysinger <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -185,18 +185,6 @@ endif ifeq ($(CPU),mpc85xx) OBJS += cpu/$(CPU)/resetvec.o endif -ifeq ($(CPU),bf533) -OBJS += cpu/$(CPU)/start1.o cpu/$(CPU)/interrupt.o cpu/$(CPU)/cache.o -OBJS += cpu/$(CPU)/flush.o cpu/$(CPU)/init_sdram.o -endif -ifeq ($(CPU),bf537) -OBJS += cpu/$(CPU)/start1.o cpu/$(CPU)/interrupt.o cpu/$(CPU)/cache.o -OBJS += cpu/$(CPU)/flush.o cpu/$(CPU)/init_sdram.o -endif -ifeq ($(CPU),bf561) -OBJS += cpu/$(CPU)/start1.o cpu/$(CPU)/interrupt.o cpu/$(CPU)/cache.o -OBJS += cpu/$(CPU)/flush.o cpu/$(CPU)/init_sdram.o -endif OBJS := $(addprefix $(obj),$(OBJS)) |
