diff options
| author | Kumar Gala <[email protected]> | 2006-03-20 10:42:05 -0600 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2006-03-20 10:42:05 -0600 |
| commit | f8edca2e9a128f526b1fe6f997f7adb852cf5b3c (patch) | |
| tree | 92deb9ddf1153c64ff1ced9392816e60b4ecaa03 /examples/Makefile | |
| parent | 79582020313e6d992a3bac71cf3a9b337f9ac7f7 (diff) | |
| parent | 7b4fd36b0322ec98836a8459d9be80e2777fdc05 (diff) | |
Merge branch 'origin'
Conflicts:
CHANGELOG
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 2f8c4c40352..fee26741d07 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -53,6 +53,10 @@ ifeq ($(ARCH),microblaze) LOAD_ADDR = 0x80F00000 endif +ifeq ($(ARCH),blackfin) +LOAD_ADDR = 0x1000 +endif + include $(TOPDIR)/config.mk SREC = hello_world.srec @@ -73,6 +77,11 @@ SREC += sched.srec BIN += sched.bin sched endif +ifeq ($(ARCH),blackfin) +SREC += smc91111_eeprom.srec +BIN += smc91111_eeprom.bin smc91111_eeprom +endif + # The following example is pretty 8xx specific... ifeq ($(CPU),mpc8xx) SREC += timer.srec |
