Makefile (f790c0ca6fad60b544bb73eda8cc841a6436725b) | Makefile (a6475c132278c1be158a13872c233aeab8a00176) |
---|---|
1ifeq ($(CONFIG_MMU),y) 2UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\" 3else 4UTS_SYSNAME = -DUTS_SYSNAME=\"uClinux\" 5endif 6 7# What CPU vesion are we building for, and crack it open 8# as major.minor.rev --- 36 unchanged lines hidden (view full) --- 45LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) 46 47head-y := arch/microblaze/kernel/head.o 48libs-y += arch/microblaze/lib/ 49libs-y += $(LIBGCC) 50core-y += arch/microblaze/kernel/ 51core-y += arch/microblaze/mm/ 52core-y += arch/microblaze/platform/ | 1ifeq ($(CONFIG_MMU),y) 2UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\" 3else 4UTS_SYSNAME = -DUTS_SYSNAME=\"uClinux\" 5endif 6 7# What CPU vesion are we building for, and crack it open 8# as major.minor.rev --- 36 unchanged lines hidden (view full) --- 45LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) 46 47head-y := arch/microblaze/kernel/head.o 48libs-y += arch/microblaze/lib/ 49libs-y += $(LIBGCC) 50core-y += arch/microblaze/kernel/ 51core-y += arch/microblaze/mm/ 52core-y += arch/microblaze/platform/ |
53core-$(CONFIG_PCI) += arch/microblaze/pci/ |
|
53 54drivers-$(CONFIG_OPROFILE) += arch/microblaze/oprofile/ 55 56boot := arch/microblaze/boot 57 58# Are we making a simpleImage.<boardname> target? If so, crack out the boardname 59DTB:=$(subst simpleImage.,,$(filter simpleImage.%, $(MAKECMDGOALS))) 60 --- 35 unchanged lines hidden --- | 54 55drivers-$(CONFIG_OPROFILE) += arch/microblaze/oprofile/ 56 57boot := arch/microblaze/boot 58 59# Are we making a simpleImage.<boardname> target? If so, crack out the boardname 60DTB:=$(subst simpleImage.,,$(filter simpleImage.%, $(MAKECMDGOALS))) 61 --- 35 unchanged lines hidden --- |