From 053dd92e8a79fa9c721c8abde722810319eb1925 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 3 Aug 2009 14:47:03 +0200 Subject: We also need TARGET_ in Makefiles Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- create_config | 2 -- 1 file changed, 2 deletions(-) (limited to 'create_config') diff --git a/create_config b/create_config index 9dcbc5f..5bc8fb6 100755 --- a/create_config +++ b/create_config @@ -55,9 +55,7 @@ case $line in ;; TARGET_ARCH=*) # configuration target_arch=${line#*=} - arch_name=`echo $target_arch | tr '[:lower:]' '[:upper:]'` echo "#define TARGET_ARCH \"$target_arch\"" - echo "#define TARGET_$arch_name 1" ;; TARGET_BASE_ARCH=*) # configuration target_base_arch=${line#*=} -- cgit v1.1