--- a/Makefile +++ b/Makefile @@ -717,6 +717,9 @@ lcname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\L\1/') ucname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\U\1/') +olddefconfig : unconfig + @$(MKCONFIG) -A odroidc + ######################################################################### ## Coldfire #########################################################################