commit | 4b2368ffd6e3563b73b8391c133822a58b1b432a | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Tue May 26 16:30:32 2009 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Tue May 26 16:45:24 2009 +0200 |
tree | f1f9ca02d2189b6654884d0d02428db2fbf66346 | |
parent | a116f6d5db4476d0c941b495a6122b0130bbf20b [diff] [blame] |
microblaze_mmu_v2: Makefiles Signed-off-by: Michal Simek <monstr@monstr.eu>
diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile index ab731b7..d0bcf80 100644 --- a/arch/microblaze/Makefile +++ b/arch/microblaze/Makefile
@@ -1,4 +1,8 @@ +ifeq ($(CONFIG_MMU),y) +UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\" +else UTS_SYSNAME = -DUTS_SYSNAME=\"uClinux\" +endif # What CPU vesion are we building for, and crack it open # as major.minor.rev