From 4b2368ffd6e3563b73b8391c133822a58b1b432a Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 26 May 2009 16:30:32 +0200 Subject: microblaze_mmu_v2: Makefiles Signed-off-by: Michal Simek --- arch/microblaze/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/microblaze/Makefile') diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile index ab731b75c23..d0bcf80a113 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 -- cgit v1.2.3