diff --git a/scripts/Menuconfig b/scripts/Menuconfig index 15d77d8..2144b48 100644 --- a/scripts/Menuconfig +++ b/scripts/Menuconfig @@ -1367,7 +1367,6 @@ save_configuration () { function uint () { set_x_info "$2" "$3" echo "$2=$x" >>$CONFIG - echo "#define $2 ($x""u)" >>$CONFIG_H echo -e "#define $2 ($x)\n#define U$2 ($x""u)" >>$CONFIG_H }