We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695efef commit 14a8324Copy full SHA for 14a8324
arch/microblaze/Makefile
@@ -3,7 +3,7 @@ KBUILD_DEFCONFIG := mmu_defconfig
3
4
UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
5
6
-# What CPU vesion are we building for, and crack it open
+# What CPU version are we building for, and crack it open
7
# as major.minor.rev
8
CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
9
CPU_MAJOR := $(shell echo $(CPU_VER) | cut -d '.' -f 1)
0 commit comments