Makefile (699d17bc14edceb710998349fa74e66be3042372) | Makefile (8a8804f1ab2d3226bfa9f9a64c4316f9a01f8ee9) |
---|---|
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 --- 80 unchanged lines hidden (view full) --- 89 echo ' *_defconfig - Select default config from arch/microblaze/configs' 90 echo '' 91 echo ' Targets with <dt> embed a device tree blob inside the image' 92 echo ' These targets support board with firmware that does not' 93 echo ' support passing a device tree directly. Replace <dt> with the' 94 echo ' name of a dts file from the arch/microblaze/boot/dts/ directory' 95 echo ' (minus the .dts extension).' 96endef | 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 --- 80 unchanged lines hidden (view full) --- 89 echo ' *_defconfig - Select default config from arch/microblaze/configs' 90 echo '' 91 echo ' Targets with <dt> embed a device tree blob inside the image' 92 echo ' These targets support board with firmware that does not' 93 echo ' support passing a device tree directly. Replace <dt> with the' 94 echo ' name of a dts file from the arch/microblaze/boot/dts/ directory' 95 echo ' (minus the .dts extension).' 96endef |
97 98MRPROPER_FILES += $(boot)/simpleImage.* |
|